- sbuf - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
- serialVersionUID - Static variable in exception de.schlichtherle.truezip.zip.CRC32Exception
-
- setComment(String) - Method in class de.schlichtherle.truezip.zip.RawZipFile
-
- setComment(String) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Sets the file comment.
- setComment(String) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setComment(String) - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
-
- setCompressedSize(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
Sets the compressed size of this entry.
- setCompressedSize32(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setCompressedSize64(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setCrc(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setDosTime(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setExtra(byte[]) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
Sets the serialized Extra Fields by making a protective copy.
- setExtra0(byte[]) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setGeneral(int) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setGeneralBit(int, boolean) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setInit(int, boolean) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setLevel(int) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Sets the compression level for subsequent entries.
- setLevel(int) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream.ZipDeflater
-
- setLevel(int) - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
-
- setMethod(int) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Sets the default compression method for subsequent entries.
- setMethod(int) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
Sets the compression method for this entry.
- setMethod(int) - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
-
- setName0(String) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setOffset(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setOffset32(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setOffset64(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setPlatform(short) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setSize(Entry.Size, long) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
-
- setSize(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
Sets the uncompressed size of this entry.
- setSize32(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setSize64(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- setTime(Entry.Access, long) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
-
- setTime(long) - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
- SFX_CHARSET - Static variable in class de.schlichtherle.truezip.fs.archive.zip.ReadOnlySfxDriver
-
The character set used in SFX archives by default, which is determined
by calling System.getProperty("file.encoding").
- singleByteBuf - Variable in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- SINGLETON - Static variable in class de.schlichtherle.truezip.zip.DefaultZipEntryFactory
-
- size() - Method in class de.schlichtherle.truezip.zip.ExtraFields
-
Returns the number of Extra Fields in this collection.
- size - Variable in class de.schlichtherle.truezip.zip.RawZipFile.CheckedInputStream
-
- size() - Method in class de.schlichtherle.truezip.zip.RawZipFile
-
Returns the number of entries in this ZIP file.
- size() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Returns the number of ZIP entries written so far.
- SIZE - Static variable in class de.schlichtherle.truezip.zip.UByte
-
The number of bits used to represent an unsigned short integer in
binary form, which is 8.
- SIZE - Static variable in class de.schlichtherle.truezip.zip.UInt
-
The number of bits used to represent an unsigned integer in
binary form, which is 32.
- SIZE - Static variable in class de.schlichtherle.truezip.zip.ULong
-
The number of bits used to represent an unsigned long integer in
binary form, which is 63.
- SIZE - Static variable in class de.schlichtherle.truezip.zip.UShort
-
The number of bits used to represent an unsigned short integer in
binary form, which is 16.
- size - Variable in class de.schlichtherle.truezip.zip.ZipEntry
-
- size() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
-
- skip(long) - Method in class de.schlichtherle.truezip.zip.RawZipFile.CheckedInputStream
-
- skip(long) - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- skipWithBuffer(InputStream, long, byte[]) - Static method in class de.schlichtherle.truezip.zip.RawZipFile
-
This method skips toSkip bytes in the given input stream
using the given buffer unless EOF or IOException.
- start - Variable in class de.schlichtherle.truezip.zip.RawZipFile.IrregularOffsetMapper
-
- store() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.BufferedEntryOutputStream
-
- STORED - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Compression method for uncompressed (stored) entries.