See: Description
| Interface | Description |
|---|---|
| Checksum |
An interface representing a data checksum.
|
| Class | Description |
|---|---|
| Adler32 |
Computes Adler32 checksum for a stream of data.
|
| CRC32 |
Computes CRC32 data checksum of a data stream.
|
| Inflater |
This class provides support for general purpose decompression using the
popular ZLIB compression library.
|
| InflaterInputStream |
This class implements a stream filter for uncompressing data in the
"deflate" compression format.
|
| ZipEntry |
This class is used to represent a ZIP file entry.
|
| ZipInputStream |
This class implements an input stream filter for reading files in the
ZIP file format.
|
| Exception | Description |
|---|---|
| DataFormatException |
Signals that a data format error has occurred.
|
| ZipException |
Signals that a Zip exception of some sort has occurred.
|
Copyright © 2022 API Design. All Rights Reserved.