All Classes
-
All Classes Interface Summary Class Summary Class Description BitInput An interface for reading values of an arbitrary number of bits.BitInputAdapter BitOutput An interface for writing values of an arbitrary number of bits.BitOutputAdapter An implementation ofBitOutput
adapts an instance ofByteOutput
.BufferByteInput A byte input reads bytes from aByteBuffer
.BufferByteOutput A byte output writes bytes to aByteBuffer
.ByteInput An interface for reading bytes.ByteInputAdapter<T> An abstract class implementsByteInput
adapting a specific type of byte source.ByteOutput An interface for writing bytes.ByteOutputAdapter<T> An abstract class implementsByteOutput
adapting a specific type of byte target.BytesAdapter A value adapter for reading/writing an array of bytes.DataByteInput A byte input reads bytes from an instance ofDataInput
.DataByteOutput A byte output writes bytes to an instance ofDataOutput
.ListAdapter<T> A value adapter for reading/writing a list.StreamByteInput A byte input reads bytes from an instance ofInputStream
.StreamByteOutput A byte output writes bytes to an instance ofOutputStream
.StringAdapter A value adapter for reading/writing string values.ValueAdapter<T> An interface for reading/writing non-primitive object references.ValueReader<T> An interface for reading non-primitive object references.ValueWriter<T> An interface for writing non-primitive object references.