Package com.github.libxjava.io

Interface Summary
IDeserialiser This interface defines read methods for a primitive deserialiser.
ISerialisable Marks an implementing class as serialisable.
ISerialiser This interface defines write methods for a primitive serialiser.
 

Class Summary
Base64  
Base85 Base85 implementation using the table proposed in RFC-1924.
Base91 Implementation of the basE91 algorithm available on http://base91.sourceforge.net
BaseX  
BinaryDeserialiserStream  
BinarySerialiserStream  
BufferedInputStream  
BufferedOutputStream  
ByteArrayBuffer  
ByteArrayInputBuffer  
ByteArrayOutputBuffer This implementation is like the ByteArrayOutputStream but not synchronised and it lets the user optimise byte array allocation.
InputStreamProxy  
OutputStreamProxy  
ReferenceCache  
 



Copyright © 2011 Marcel Patzlaff. All Rights Reserved.