ermi.util
Class ByteWrapper

java.lang.Object
  |
  +--ermi.util.ByteWrapper
All Implemented Interfaces:
java.io.Serializable

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

Author:
Pedro García To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
ByteWrapper(byte[] data)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteWrapper

public ByteWrapper(byte[] data)
Method Detail

getBytes

public byte[] getBytes()