이름 |
설명 |
IOUtils |
|
InputTooLargeException |
An exception indicating that the file cannot be compressed, because the decompressed size cannot be represented in the current compression format. |
LZ11 |
|
LZUtil |
Class for I/O-related utility methods. |
NotEnoughDataException |
An exception that is thrown by the decompression functions when there is not enough data available in order to properly decompress the input. |
StreamTooShortException |
An exception thrown by the compression or decompression function, indicating that the given input length was too large for the given input stream. |
TooMuchInputException |
An exception indication that the input has more data than required in order to decompress it. This may indicate that more sub-files are present in the file. |