Uses of Class
com.ning.compress.lzf.impl.UnsafeChunkEncoder
Packages that use UnsafeChunkEncoder
Package
Description
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.implModifier and TypeClassDescriptionfinal classImplementation to use on Big-Endian architectures.classImplementation to use on Little Endian architectures.Methods in com.ning.compress.lzf.impl that return UnsafeChunkEncoderModifier and TypeMethodDescriptionstatic UnsafeChunkEncoderUnsafeChunkEncoders.createEncoder(int totalLength) static UnsafeChunkEncoderUnsafeChunkEncoders.createEncoder(int totalLength, BufferRecycler bufferRecycler) static UnsafeChunkEncoderUnsafeChunkEncoders.createNonAllocatingEncoder(int totalLength) static UnsafeChunkEncoderUnsafeChunkEncoders.createNonAllocatingEncoder(int totalLength, BufferRecycler bufferRecycler)