Class dnx.util.ByteReference
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.util.ByteReference

java.lang.Object
   |
   +----dnx.util.ByteReference

public class ByteReference
extends Object
implements Cloneable

Constructor Index

 o ByteReference()
 o ByteReference(byte)

Method Index

 o get()
 o set(byte)

Constructors

 o ByteReference
  public ByteReference()
 o ByteReference
  public ByteReference(byte value)

Methods

 o get
  public byte get()
 o set
  public void set(byte value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index