Module org.snmp4j

Class 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 Detail

      • MutableByte

        public MutableByte()
      • MutableByte

        public MutableByte​(byte value)
    • Method Detail

      • setValue

        public void setValue​(byte value)
      • getValue

        public byte getValue()