ajanta.util
Class ArrayContainer

java.lang.Object
  |
  +--ajanta.util.ArrayContainer
All Implemented Interfaces:
java.io.Serializable

public class ArrayContainer
extends java.lang.Object
implements java.io.Serializable

a generic container class to hold byte array

See Also:
Serialized Form

Field Summary
 byte[] buffer
           
 
Constructor Summary
ArrayContainer(byte[] buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

public byte[] buffer
Constructor Detail

ArrayContainer

public ArrayContainer(byte[] buf)