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 classUnsafeChunkEncoderBEImplementation to use on Big-Endian architectures.classUnsafeChunkEncoderLEImplementation to use on Little Endian architectures.Methods in com.ning.compress.lzf.impl that return UnsafeChunkEncoder Modifier and Type Method Description static UnsafeChunkEncoderUnsafeChunkEncoders. createEncoder(int totalLength)static UnsafeChunkEncoderUnsafeChunkEncoders. createEncoder(int totalLength, BufferRecycler bufferRecycler)static UnsafeChunkEncoderUnsafeChunkEncoders. createNonAllocatingEncoder(int totalLength)static UnsafeChunkEncoderUnsafeChunkEncoders. createNonAllocatingEncoder(int totalLength, BufferRecycler bufferRecycler)
-