Uses of Package
com.ning.compress.lzf.util
-
Packages that use com.ning.compress.lzf.util Package Description com.ning.compress.lzf.util Package that contains helper classes uses by LZF codec. -
Classes in com.ning.compress.lzf.util used by com.ning.compress.lzf.util Class Description ChunkDecoderFactory Simple helper class used for loadingChunkDecoder
implementations, based on criteria such as "fastest available".LZFFileInputStream.Wrapper This simple wrapper is needed to re-route read calls so that they will use "raw" readsLZFFileOutputStream Helper class that allows use of LZF compression even if a library requires use ofFileOutputStream
.LZFFileOutputStream.Wrapper This simple wrapper is needed to re-route read calls so that they will use "raw" writes