org.snmp4j.asn1
Class BER.MutableByte

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

public static class BER.MutableByte
extends java.lang.Object

The MutableByte class serves for exchanging type information from the various decode* methods.

Version:
1.0
Author:
Frank Fock

Constructor Summary
BER.MutableByte()
           
BER.MutableByte(byte value)
           
 
Method Summary
 byte getValue()
           
 void setValue(byte value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BER.MutableByte

public BER.MutableByte()

BER.MutableByte

public BER.MutableByte(byte value)
Method Detail

setValue

public void setValue(byte value)

getValue

public byte getValue()

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.