|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amx.duet.tools.net.snmp.api.SNMPObject
com.amx.duet.tools.net.snmp.api.SNMPOctetString
com.amx.duet.tools.net.snmp.api.SNMPBitString
Class representing a general string of bits.
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 com.amx.duet.tools.net.snmp.api.SNMPOctetString |
equals, getValue, hashCode, setValue, toHexString, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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 |