- SeekableBlockCipher - Interface in net.java.truevfs.comp.zip.crypto
-
Extends a BlockCipher in order to support random access to
the blocks in a plain or cipher text.
- setBlockCounter(long) - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- setBlockCounter(long) - Method in interface net.java.truevfs.comp.zip.crypto.SeekableBlockCipher
-
Sets the counter so that the block with the given index, starting
at 0, can be processed next.
- setComment(String) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Sets the file comment.
- setComment(String) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the entry comment.
- setCompressedSize(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the compressed size of this entry.
- setCrc(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- setCryptoParameters(ZipCryptoParameters) - Method in class net.java.truevfs.comp.zip.ZipFile
-
Sets the parameters for encryption or authentication of entries.
- setCryptoParameters(ZipCryptoParameters) - Method in class net.java.truevfs.comp.zip.ZipOutputStream
-
Sets the parameters for encryption or authentication of entries.
- setEncrypted(boolean) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the encryption flag for this ZIP entry.
- setExternalAttributes(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the external file attributes.
- setExtra(byte[]) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the serialized extra fields by making a protective copy.
- setKeyStrength(String, AesKeyStrength) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
-
Sets the key strength obtained from reading a WinZip AES entry.
- setLevel(int) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Sets the compression level for entries.
- setMethod(int) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Sets the default compression method for entries.
- setMethod(int) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the compression method for this entry.
- setPlatform(int) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- setSize(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the uncompressed size of this entry.
- setTime(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- size() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the number of entries in this ZIP file.
- size() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the number of ZIP entries written so far.
- STORED - Static variable in class net.java.truevfs.comp.zip.ZipEntry
-
Method for Stored (uncompressed) entries.