Package | Description |
---|---|
com.ning.compress.lzf.impl |
Package that contains implementation classes that are not part
of public interface of LZF codec.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsafeChunkEncoderBE
Implementation to use on Big-Endian architectures.
|
class |
UnsafeChunkEncoderLE
Implementation to use on Little Endian architectures.
|
Modifier and Type | Method and Description |
---|---|
static UnsafeChunkEncoder |
UnsafeChunkEncoders.createEncoder(int totalLength) |
static UnsafeChunkEncoder |
UnsafeChunkEncoders.createEncoder(int totalLength,
BufferRecycler bufferRecycler) |
static UnsafeChunkEncoder |
UnsafeChunkEncoders.createNonAllocatingEncoder(int totalLength) |
static UnsafeChunkEncoder |
UnsafeChunkEncoders.createNonAllocatingEncoder(int totalLength,
BufferRecycler bufferRecycler) |
Copyright © 2023 FasterXML. All rights reserved.