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 class
Implementation to use on Big-Endian architectures.class
Implementation to use on Little Endian architectures.Methods in com.ning.compress.lzf.impl that return UnsafeChunkEncoderModifier and TypeMethodDescriptionstatic 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)