Package com.ning.compress.lzf.impl
package com.ning.compress.lzf.impl
Package that contains implementation classes that are not part
of public interface of LZF codec.
-
ClassesClassDescriptionHighly optimized
ChunkDecoder
implementation that uses Sun JDK's Unsafe class (which may be included by other JDK's as well; IBM's apparently does).ChunkEncoder
implementation that handles actual encoding of individual chunks, using Sun'ssun.misc.Unsafe
functionality, which gives nice extra boost for speed.Implementation to use on Big-Endian architectures.Implementation to use on Little Endian architectures.Class that handles actual encoding of individual chunks.SafeChunkDecoder
implementation that can be used on any platform.