| Package | Description |
|---|---|
| org.fusesource.hawtbuf.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBufferCodec<T extends Buffer>
Implementation of a Codec for Buffer objects
|
class |
AsciiBufferCodec
Implementation of a Codec for AsciiBuffer objects.
|
class |
BufferCodec
Implementation of a Marshaller for Buffer objects.
|
class |
BytesCodec
Implementation of a Marshaller for byte arrays
|
class |
FixedBufferCodec
Implementation of a Marshaller for Buffer objects
|
class |
IntegerCodec
Implementation of a Marshaller for a Integer
|
class |
LongCodec
Implementation of a Codec for a Long
|
class |
ObjectCodec<T>
Implementation of a Marshaller for Objects
|
class |
StringCodec
Implementation of a Marshaller for Strings
|
class |
UTF8BufferCodec
Implementation of a Codec for UTF8Buffer objects.
|
class |
VariableCodec<T>
Convenience base class for Marshaller implementations which do not deepCopy and
which use variable size encodings.
|
class |
VarIntegerCodec
Implementation of a variable length Codec for an Integer
|
class |
VarLongCodec
Implementation of a variable length Codec for a Long
|
class |
VarSignedIntegerCodec
Implementation of a variable length Codec for a signed Integer
|
class |
VarSignedLongCodec
Implementation of a variable length Codec for a signed Long
|
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.