dermi.util
Class ByteWrapper

java.lang.Object
  extended by dermi.util.ByteWrapper
All Implemented Interfaces:
java.io.Serializable

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

This is a utility class used for wrapping bytes

Version:
1.2
Author:
Pedro Garcia , Carles Pairot
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()