Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
java.util.zip

Classes in java.util.zip used by java.util.zip
Adler32
          Computes Adler32 checksum for a stream of data.
Checksum
          Interface to compute a data checksum used by checked input/output streams.
CRC32
          Computes CRC32 data checksum of a data stream.
DataFormatException
          Exception thrown when compressed data is corrupt.
Deflater
          This is the Deflater class.
DeflaterConstants
           
DeflaterEngine
           
DeflaterHuffman
          This is the DeflaterHuffman class.
DeflaterHuffman.Tree
           
DeflaterOutputStream
          This is a special FilterOutputStream deflating the bytes that are written through it.
DeflaterPending
          This class stores the pending output of the Deflater.
Inflater
          Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950.
InflaterDynHeader
           
InflaterHuffmanTree
           
InflaterInputStream
          This filter stream is used to decompress data compressed in the "deflate" format.
OutputWindow
          Contains the output from the Inflation process.
PendingBuffer
          This class is general purpose class for writing data to a buffer.
StreamManipulator
          This class allows us to retrieve a specified amount of bits from the input buffer, as well as copy big byte blocks.
ZipConstants
           
ZipEntry
          This class represents a member of a zip archive.
ZipException
          Thrown during the creation or input of a zip file.