com.adventnet.snmp.mibs.mibparser
Class MappingConstants

java.lang.Object
  extended by com.adventnet.snmp.mibs.mibparser.MappingConstants

public class MappingConstants
extends java.lang.Object


Field Summary
(package private) static java.util.Hashtable checkTable
           
 
Constructor Summary
MappingConstants()
           
 
Method Summary
(package private) static byte[] copyBytes(byte[] checks, int length)
           
static void free()
           
static byte getCheckByteValue(java.lang.String key)
           
static byte[] getCheckByteValue(java.util.Vector name)
           
(package private) static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkTable

static java.util.Hashtable checkTable
Constructor Detail

MappingConstants

MappingConstants()
Method Detail

getCheckByteValue

public static byte[] getCheckByteValue(java.util.Vector name)

getCheckByteValue

public static byte getCheckByteValue(java.lang.String key)

free

public static void free()

init

static void init()

copyBytes

static byte[] copyBytes(byte[] checks,
                        int length)