Uses of Class
com.ning.compress.lzf.impl.UnsafeChunkEncoder
-
Packages that use UnsafeChunkEncoder Package Description com.ning.compress.lzf.impl Package that contains implementation classes that are not part of public interface of LZF codec. -
-
Uses of UnsafeChunkEncoder in com.ning.compress.lzf.impl
Subclasses of UnsafeChunkEncoder in com.ning.compress.lzf.impl Modifier and Type Class Description class
UnsafeChunkEncoderBE
Implementation to use on Big-Endian architectures.class
UnsafeChunkEncoderLE
Implementation to use on Little Endian architectures.Methods in com.ning.compress.lzf.impl that return UnsafeChunkEncoder Modifier and Type Method 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)
-