Package net.metanotion.io.data
Class IdentityBytes
java.lang.Object
net.metanotion.io.data.IdentityBytes
- All Implemented Interfaces:
 Serializer<byte[]>
May be used to scan and repair the database nondestructively.
 Will never return null.
 Added by I2P.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
IdentityBytes
public IdentityBytes() 
 - 
 - 
Method Details
- 
getBytes
public byte[] getBytes(byte[] o) - Specified by:
 getBytesin interfaceSerializer<byte[]>- Returns:
 - byte[]
 
 - 
construct
public byte[] construct(byte[] b) - Specified by:
 constructin interfaceSerializer<byte[]>- Returns:
 - b
 
 
 -