org.hypergraphdb.storage
Class BAtoBA

java.lang.Object
  extended by org.hypergraphdb.storage.BAtoBA
All Implemented Interfaces:
ByteArrayConverter<byte[]>

public class BAtoBA
extends java.lang.Object
implements ByteArrayConverter<byte[]>


Constructor Summary
BAtoBA()
           
 
Method Summary
 byte[] fromByteArray(byte[] byteArray)
           
static ByteArrayConverter<byte[]> getInstance()
           
 byte[] toByteArray(byte[] object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BAtoBA

public BAtoBA()
Method Detail

getInstance

public static ByteArrayConverter<byte[]> getInstance()

toByteArray

public byte[] toByteArray(byte[] object)
Specified by:
toByteArray in interface ByteArrayConverter<byte[]>

fromByteArray

public byte[] fromByteArray(byte[] byteArray)
Specified by:
fromByteArray in interface ByteArrayConverter<byte[]>