Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.util.zip


Classes

class  Adler32
 The Adler32 class is used to compute the Adler32 Checksum from a set of data. More...
class  CRC32
 The CRC32 class is used to compute a CRC32 Checksum from a set of data. More...
class  CheckedInputStream
 The CheckedInputStream class is used to maintain a running Checksum of all data read from a stream. More...
class  CheckedOutputStream
 The CheckedOutputStream class is used to maintain a running Checksum of all data written to a stream. More...
interface  Checksum
 Interface to types that can compute a checksum value of given data. More...
class  DataFormatException
 DataFormatException is used to indicate an error in the format of a particular data stream. More...
class  Deflater
 The Deflater class is used to compress bytes using the DEFLATE compression algorithm. More...
class  DeflaterOutputStream
 The DeflaterOutputStream class implements a stream filter for the writing of compressed data to a stream. More...
class  GZIPInputStream
 The GZIPInputStream class is used to read data stored in the GZIP format. More...
class  GZIPOutputStream
 The GZIPOutputStream class is used to write data to a stream in the GZIP storage format. More...
class  Inflater
 The Inflater class is used to decompress bytes using the DEFLATE compression algorithm. More...
class  InflaterInputStream
 InflaterOutputStream read data which has been compressed using the DEFLATE compression method. More...
interface  ZipConstants
class  ZipEntry
 ZipEntry represents an entry in a zip file. More...
class  ZipException
 This runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid zip file. More...
class  ZipInputStream
 ZipInputStream is an input stream for reading zip files. More...
class  ZipOutputStream
 ZipOutputStream is used to write ZipEntries to the underlying stream. More...
class  ZipFile
 ZipFile is used to read zip entries and their associated data from zip files. More...