See: Description
Class | Description |
---|---|
UnsafeChunkDecoder |
Highly optimized
ChunkDecoder implementation that uses
Sun JDK's Unsafe class (which may be included by other JDK's as well;
IBM's apparently does). |
UnsafeChunkEncoder |
ChunkEncoder implementation that handles actual encoding of individual chunks,
using Sun's sun.misc.Unsafe functionality, which gives
nice extra boost for speed. |
UnsafeChunkEncoderBE |
Implementation to use on Big-Endian architectures.
|
UnsafeChunkEncoderLE |
Implementation to use on Little Endian architectures.
|
UnsafeChunkEncoders |
Class that handles actual encoding of individual chunks.
|
VanillaChunkDecoder |
Safe
ChunkDecoder implementation that can be used on any
platform. |
VanillaChunkEncoder |
Copyright © 2020 FasterXML. All rights reserved.