Uses of Package
com.ning.compress.lzf.impl
Packages that use com.ning.compress.lzf.impl
Package
Description
Package that contains implementation classes that are not part
of public interface of LZF codec.
-
Classes in com.ning.compress.lzf.impl used by com.ning.compress.lzf.implClassDescription
ChunkEncoder
implementation that handles actual encoding of individual chunks, using Sun'ssun.misc.Unsafe
functionality, which gives nice extra boost for speed.