- get(Class<P>) - Method in interface net.java.truevfs.comp.zip.ZipParametersProvider
-
Returns
ZipParameters of the given
type
or
null if not available.
- getActualCrc() - Method in exception net.java.truevfs.comp.zip.Crc32Exception
-
Returns the CRC32 value which has actually been found for the ZIP entry.
- getAlgorithmName() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- getBlockCounter() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- getBlockCounter() - Method in interface net.java.truevfs.comp.zip.crypto.SeekableBlockCipher
-
Returns the index of the block, starting at 0, which will be processed
next when BlockCipher.processBlock(byte[], int, byte[], int) is called.
- getBlockSize() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- getCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the name of the character set which is effectively used for
decoding entry names and the file comment.
- getCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the name of the character set which is used for
encoding entry names and the file comment.
- getCharset() - Method in interface net.java.truevfs.comp.zip.ZipCharsetParameters
-
Returns the default character set for comments and entry names in a ZIP
file.
- getCheckedInputStream(String) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
- getComment() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the file comment.
- getComment() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the file comment.
- getComment() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- getCompressedSize() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns the compressed size of this entry.
- getCrc() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- getCryptoParameters() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the parameters for encryption or authentication of entries.
- getCryptoParameters() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the parameters for encryption or authentication of entries.
- getCryptoParameters() - Method in class net.java.truevfs.comp.zip.ZipFile
-
- getCryptoParameters() - Method in class net.java.truevfs.comp.zip.ZipOutputStream
-
- getDateTimeConverter() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns a
DateTimeConverter for the conversion of Java time
to DOS date/time fields and vice versa.
- getExpectedCrc() - Method in exception net.java.truevfs.comp.zip.Crc32Exception
-
Returns the CRC32 value which has been expected for the ZIP entry.
- getExternalAttributes() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns the external file attributes.
- getExtra() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns a protective copy of the serialized extra fields.
- getInputStream(String) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
- getInputStream(String, Boolean, boolean) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns an InputStream for reading the contents of the given
entry.
- getInputStream(String, Boolean, boolean) - Method in class net.java.truevfs.comp.zip.ZipFile
-
- getKeyStrength(String) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
-
Returns the key strength to use for writing a WinZip AES entry.
- getLevel() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the compression level for entries.
- getLevel() - Method in interface net.java.truevfs.comp.zip.ZipOutputStreamParameters
-
Returns the compression level for entries.
- getMethod() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the default compression method for subsequent entries.
- getMethod() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns the compression method for this entry.
- getMethod() - Method in interface net.java.truevfs.comp.zip.ZipOutputStreamParameters
-
Returns the default compression method for entries.
- getName() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns the ZIP entry name.
- getName() - Method in class net.java.truevfs.comp.zip.ZipFile
-
- getOverheadSize() - Method in interface net.java.truevfs.comp.zip.ZipOutputStreamParameters
-
Returns the number of entries which can be additionally accomodated by
the internal hash map without resizing it.
- getPlatform() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- getPostambled() - Method in interface net.java.truevfs.comp.zip.ZipFileParameters
-
Returns the flag for supporting postambles of arbitrary length.
- getPostambleInputStream() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns an
InputStream to load the postamble of this ZIP file.
- getPostambleInputStream() - Method in class net.java.truevfs.comp.zip.ZipFile
-
- getPostambleLength() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the size of the postamble of this ZIP file in bytes.
- getPreambled() - Method in interface net.java.truevfs.comp.zip.ZipFileParameters
-
Returns the flag for supporting preambles.
- getPreambleInputStream() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns an
InputStream to load the preamble of this ZIP file.
- getPreambleInputStream() - Method in class net.java.truevfs.comp.zip.ZipFile
-
- getPreambleLength() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the size of the preamble of this ZIP file in bytes.
- getRawCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the character set which is effectively used for
decoding entry names and the file comment.
- getRawCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the character set which is used for
encoding entry names and the file comment.
- getReadPassword(String, boolean) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
-
Returns the password bytes to use for reading a WinZip AES entry.
- getSize() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Returns the uncompressed size of this entry.
- getTime() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- getWritePassword(String) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
-
Returns the password bytes to use for writing a WinZip AES entry.