- 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
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte
value
-
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)
-