| |
|
| java.lang.Object snmp.SNMPObject snmp.SNMPOctetString snmp.SNMPBitString
SNMPBitString | public class SNMPBitString extends SNMPOctetString (Code) | | Class representing a general string of bits.
|
Field Summary | |
protected byte | tag |
Constructor Summary | |
public | SNMPBitString() Create a zero-length bit string. | public | SNMPBitString(String stringData) Create a bit string from the bytes of the supplied String. | public | SNMPBitString(byte[] enc) Create a bit string from the supplied byte array. |
SNMPBitString | public SNMPBitString()(Code) | | Create a zero-length bit string.
|
SNMPBitString | public SNMPBitString(String stringData)(Code) | | Create a bit string from the bytes of the supplied String.
|
SNMPBitString | public SNMPBitString(byte[] enc)(Code) | | Create a bit string from the supplied byte array. The array may be either
user-supplied, or part of a retrieved BER encoding. Note that the BER encoding
of the data of a bit string is just the raw bytes.
|
|
|
|