- java.lang.Object
-
- org.snmp4j.asn1.BER.MutableByte
-
- Enclosing class:
- BER
public static class BER.MutableByte extends java.lang.Object
TheMutableByte
class serves for exchanging type information from the various decode* methods.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Constructor Summary
Constructors Constructor Description MutableByte()
MutableByte(byte value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getValue()
void
setValue(byte value)
-