Class BER.MutableByte

java.lang.Object
org.snmp4j.asn1.BER.MutableByte
Enclosing class:
BER

public static class BER.MutableByte extends Object
The MutableByte class serves for exchanging type information from the various decode* methods.
Version:
1.0
Author:
Frank Fock
  • Constructor Details

    • MutableByte

      public MutableByte()
    • MutableByte

      public MutableByte(byte value)
  • Method Details

    • setValue

      public void setValue(byte value)
    • getValue

      public byte getValue()