| Ascii |
|
| Base2ByteStringCodec |
|
| Base64ByteStringCodec |
|
| Base64MimeByteStringCodec |
|
| Base64UrlByteStringCodec |
|
| BinaryDto<T extends BinaryDto<T>> |
|
| BinaryDtoAllocator |
Borrowed from Gson's UnsafeAllocator
Allows instantiation of BinaryDtos without a no-arg constructor.
|
| BinaryDtoBaseFieldCodec<T> |
|
| BinaryDtoByteArrayScanner<T extends BinaryDto<T>> |
|
| BinaryDtoCodec<T extends BinaryDto<T>> |
|
| BinaryDtoConvertingFieldCodec<R,T> |
|
| BinaryDtoField |
|
| BinaryDtoField.BinaryDtoInvalidCodec |
Internal class to represent the lack of a specified codec.
|
| BinaryDtoFieldCodecs |
|
| BinaryDtoFieldMetadataParser<T> |
|
| BinaryDtoFieldSchema<F> |
|
| BinaryDtoInputStreamScanner<T extends BinaryDto<T>> |
|
| BinaryDtoMetadataParser<T extends BinaryDto<T>> |
|
| BinaryDtoNullFieldTool |
|
| BinaryDtoOutputStreamWriter<T extends BinaryDto<T>> |
|
| BinaryDtoReflectionTool |
|
| BooleanArrayBinaryDtoFieldCodec |
|
| BooleanBinaryDtoFieldCodec |
|
| BooleanListCodec |
|
| ByteArrayBinaryDtoFieldCodec |
Bytes are stored without transformation.
|
| ByteArrayByteChunkCollector |
|
| ByteBinaryDtoFieldCodec |
|
| ByteChunkSplitter<T> |
|
| ByteChunkSplitter.ByteChunkParsingScanner<T> |
|
| ByteChunkSplitter.ParsedByteChunk<T> |
|
| ByteChunkSplitterCollector<T> |
|
| ByteReader |
|
| Bytes |
|
| ByteStringCodec |
|
| ByteTool |
|
| ByteUnitTool |
|
| ByteUnitType |
|
| ByteUnitType.ByteUnitSystem |
|
| ByteWriter |
|
| CharArrayBinaryDtoFieldCodec |
|
| CharBinaryDtoFieldCodec |
|
| ChunkScannerTool |
|
| ChunkScannerTool.ChunkRange |
|
| Codec<A,B> |
|
| ComparableBooleanArrayCodec |
|
| ComparableBooleanCodec |
|
| ComparableByteArrayCodec |
|
| ComparableByteCodec |
|
| ComparableCharArrayCodec |
|
| ComparableCharCodec |
|
| ComparableDateCodec |
|
| ComparableDoubleArrayCodec |
|
| ComparableDoubleCodec |
|
| ComparableFloatArrayCodec |
|
| ComparableFloatCodec |
|
| ComparableInstantCodec |
|
| ComparableIntArrayCodec |
|
| ComparableIntCodec |
|
| ComparableLongArrayCodec |
|
| ComparableLongCodec |
|
| ComparableShortArrayCodec |
|
| ComparableShortCodec |
|
| CrlfStringByteChunkCollector |
|
| CsvIntByteStringCodec |
|
| DoubleArrayBinaryDtoFieldCodec |
|
| DoubleBinaryDtoFieldCodec |
|
| DoubleListCodec |
|
| EmptyArray |
|
| EnumBinaryDtoFieldCodec<E extends Enum<E>> |
|
| FloatArrayBinaryDtoFieldCodec |
|
| FloatBinaryDtoFieldCodec |
|
| FunctionalCodec<A,B> |
|
| InputStreamTool |
|
| InstantBinaryDtoFieldCodec |
|
| IntArrayBinaryDtoFieldCodec |
|
| IntBinaryDtoFieldCodec |
|
| IntListCodec |
|
| LengthAndValue<T> |
|
| ListBinaryDtoFieldCodec<T> |
|
| LongArray |
|
| LongArray.LongArrayIterator |
|
| LongArrayBinaryDtoFieldCodec |
|
| LongBinaryDtoFieldCodec |
|
| MultiBinaryDtoEncoder<T extends BinaryDto<T>> |
|
| NestedBinaryDtoFieldCodec<T extends BinaryDto<T>> |
|
| NullableBooleanCodec |
|
| NullableComparableIntCodec |
|
| NullableRawDoubleCodec |
|
| ObjectArrayBinaryDtoFieldCodec<T> |
|
| OutputStreamTool |
|
| PagedObjectArray<E> |
|
| PrefixedStringCodec |
Encodes a String as UTF-8 bytes prefixed with the number of bytes encoded as a VarInt.
|
| PrefixedUtf8BinaryDtoFieldCodec |
|
| RawBooleanCodec |
|
| RawDoubleCodec |
|
| RawFloatArrayCodec |
|
| RawFloatCodec |
|
| RawIntCodec |
|
| RawLongCodec |
|
| RawShortCodec |
|
| ShortArrayBinaryDtoFieldCodec |
|
| ShortBinaryDtoFieldCodec |
|
| SignedByteArrayBinaryDtoFieldCodec |
Bytes are flipped to compare like numbers.
|
| StringCodec |
Encodes a String without any length information or terminal bytes.
|
| TerminatedStringCodec |
Encodes a String as UTF-8 bytes, adding byte=0 as a terminal character.
|
| TerminatedUtf8BinaryDtoFieldCodec |
|
| UInt31Codec |
|
| UInt63ArrayCodec |
|
| UInt63Codec |
|
| VarIntBinaryDtoFieldCodec |
|
| VarIntCodec |
|
| VarIntTool |
|
| VarLongCodec |
|