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 . |
Copyright © 2023. All rights reserved.