- getAdler() - Method in class java.util.zip.Inflater
-
Returns the ADLER-32 value of the uncompressed data.
- getBytesRead() - Method in class java.util.zip.Inflater
-
Returns the total number of compressed bytes input so far.
- getBytesWritten() - Method in class java.util.zip.Inflater
-
Returns the total number of uncompressed bytes output so far.
- getComment() - Method in class java.util.zip.ZipEntry
-
Returns the comment string for the entry, or null if none.
- getCompressedSize() - Method in class java.util.zip.ZipEntry
-
Returns the size of the compressed entry data, or -1 if not known.
- getCrc() - Method in class java.util.zip.ZipEntry
-
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if
not known.
- getExtra() - Method in class java.util.zip.ZipEntry
-
Returns the extra field data for the entry, or null if none.
- getMethod() - Method in class java.util.zip.ZipEntry
-
Returns the compression method of the entry, or -1 if not specified.
- getName() - Method in class java.util.zip.ZipEntry
-
Returns the name of the entry.
- getNextEntry() - Method in class java.util.zip.ZipInputStream
-
Reads the next ZIP file entry and positions the stream at the
beginning of the entry data.
- getRemaining() - Method in class java.util.zip.Inflater
-
Returns the total number of bytes remaining in the input buffer.
- getSize() - Method in class java.util.zip.ZipEntry
-
Returns the uncompressed size of the entry data, or -1 if not known.
- getTime() - Method in class java.util.zip.ZipEntry
-
Returns the modification time of the entry, or -1 if not specified.
- getTotalIn() - Method in class java.util.zip.Inflater
-
Returns the total number of compressed bytes input so far.
- getTotalOut() - Method in class java.util.zip.Inflater
-
Returns the total number of uncompressed bytes output so far.
- getValue() - Method in class java.util.zip.Adler32
-
Returns the Adler32 data checksum computed so far.
- getValue() - Method in interface java.util.zip.Checksum
-
Returns the current checksum value.
- getValue() - Method in class java.util.zip.CRC32
-
Returns the CRC32 data checksum computed so far.
- setComment(String) - Method in class java.util.zip.ZipEntry
-
Sets the optional comment string for the entry.
- setCompressedSize(long) - Method in class java.util.zip.ZipEntry
-
Sets the size of the compressed entry data.
- setCrc(long) - Method in class java.util.zip.ZipEntry
-
Sets the CRC-32 checksum of the uncompressed entry data.
- setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
-
Sets the preset dictionary to the given array of bytes.
- setDictionary(byte[]) - Method in class java.util.zip.Inflater
-
Sets the preset dictionary to the given array of bytes.
- setExtra(byte[]) - Method in class java.util.zip.ZipEntry
-
Sets the optional extra field data for the entry.
- setInput(byte[], int, int) - Method in class java.util.zip.Inflater
-
Sets input data for decompression.
- setInput(byte[]) - Method in class java.util.zip.Inflater
-
Sets input data for decompression.
- setMethod(int) - Method in class java.util.zip.ZipEntry
-
Sets the compression method for the entry.
- setSize(long) - Method in class java.util.zip.ZipEntry
-
Sets the uncompressed size of the entry data.
- setTime(long) - Method in class java.util.zip.ZipEntry
-
Sets the modification time of the entry.
- skip(long) - Method in class java.util.zip.InflaterInputStream
-
Skips specified number of bytes of uncompressed data.
- skip(long) - Method in class java.util.zip.ZipInputStream
-
Skips specified number of bytes in the current ZIP entry.
- STORED - Static variable in class java.util.zip.ZipEntry
-
Compression method for uncompressed entries.