Package org.fusesource.hawtbuf.codec

Interface Summary
Codec<T>  
 

Class Summary
AbstractBufferCodec<T extends Buffer> Implementation of a Codec for Buffer objects
AsciiBufferCodec Implementation of a Codec for AsciiBuffer objects.
BufferCodec Implementation of a Marshaller for Buffer objects.
BytesCodec Implementation of a Marshaller for byte arrays
FixedBufferCodec Implementation of a Marshaller for Buffer objects
IntegerCodec Implementation of a Marshaller for a Integer
LongCodec Implementation of a Codec for a Long
ObjectCodec<T> Implementation of a Marshaller for Objects
StringCodec Implementation of a Marshaller for Strings
UTF8BufferCodec Implementation of a Codec for UTF8Buffer objects.
VariableCodec<T> Convenience base class for Marshaller implementations which do not deepCopy and which use variable size encodings.
VarIntegerCodec Implementation of a variable length Codec for an Integer
VarLongCodec Implementation of a variable length Codec for a Long
VarSignedIntegerCodec Implementation of a variable length Codec for a signed Integer
VarSignedLongCodec Implementation of a variable length Codec for a signed Long
 



Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.