|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsnmp.SNMPObject
snmp.SNMPOctetString
snmp.SNMPBitString
Class representing a general string of bits.
Field Summary | |
protected byte |
tag
|
Fields inherited from class snmp.SNMPOctetString |
data |
Constructor Summary | |
SNMPBitString()
Create a zero-length bit string. |
|
SNMPBitString(byte[] enc)
Create a bit string from the supplied byte array. |
|
SNMPBitString(java.lang.String stringData)
Create a bit string from the bytes of the supplied String. |
Methods inherited from class snmp.SNMPOctetString |
equals, extractFromBEREncoding, getBEREncoding, getValue, hashCode, setValue, toHexString, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected byte tag
Constructor Detail |
public SNMPBitString()
public SNMPBitString(java.lang.String stringData)
public SNMPBitString(byte[] enc)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |