java.util.zip
).See: Description
Class | Description |
---|---|
ChunkDecoderFactory |
Simple helper class used for loading
ChunkDecoder implementations, based on criteria
such as "fastest available". |
ChunkEncoderFactory |
Simple helper class used for loading
ChunkEncoder implementations, based on criteria
such as "fastest available" or "safe to run anywhere". |
LZFFileInputStream |
Helper class that allows use of LZF compression even if a library requires
use of
FileInputStream . |
LZFFileOutputStream |
Helper class that allows use of LZF compression even if a library requires
use of
FileOutputStream . |
java.util.zip
).
This is not a separate gzip implementation, but rather set
of extensions and helpers classes above and beyond JDK implementation.Copyright © 2014. All rights reserved.