- observeFocusedWindow() - Static method in class de.schlichtherle.truezip.awt.Windows
-
Ensures that the focused window managed by the current keyboard focus
manager is observed.
- OctetCharset - Class in de.schlichtherle.truezip.nio.charset
-
A memory efficient base class for simple 8 bit (octet) character sets.
- OctetCharset(String, String[], char[]) - Constructor for class de.schlichtherle.truezip.nio.charset.OctetCharset
-
- OctetCharset.Decoder - Class in de.schlichtherle.truezip.nio.charset
-
- OctetCharset.Decoder() - Constructor for class de.schlichtherle.truezip.nio.charset.OctetCharset.Decoder
-
- OctetCharset.Encoder - Class in de.schlichtherle.truezip.nio.charset
-
- OctetCharset.Encoder() - Constructor for class de.schlichtherle.truezip.nio.charset.OctetCharset.Encoder
-
- OdfDriver - Class in de.schlichtherle.truezip.fs.archive.zip
-
An archive driver which supports building archive files according to
the Open Document Format (ODF) Specification, V1.0 and later.
- OdfDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.OdfDriver
-
- OdfOutputShop - Class in de.schlichtherle.truezip.fs.archive.zip
-
Created by
OdfDriver to meet the special requirements of
OpenDocument Format (ODF) files.
- OdfOutputShop(ZipOutputShop, IOPool<?>) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
-
Constructs a new ODF output shop.
- offset - Variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Relative Offset Of Local File Header.
- OffsetMapper - Class in de.schlichtherle.truezip.zip
-
Maps a given offset to a file pointer position.
- OffsetMapper() - Constructor for class de.schlichtherle.truezip.zip.OffsetMapper
-
- offsetsConsiderPreamble() - Method in class de.schlichtherle.truezip.zip.RawZipFile
-
Returns true if and only if the offsets in this ZIP file
are relative to the start of the file, rather than the first Local
File Header.
- open - Variable in class de.schlichtherle.truezip.zip.RawZipFile
-
The number of open resources for reading the entries in this ZIP file.
- OptionOutputSocket - Class in de.schlichtherle.truezip.fs.archive.zip
-
An output socket which provides a property for its output options.
- OptionOutputSocket(OutputSocket<?>, BitField<FsOutputOption>) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.OptionOutputSocket
-
- options - Variable in class de.schlichtherle.truezip.fs.archive.zip.OptionOutputSocket
-
- ordinal() - Method in interface de.schlichtherle.truezip.crypto.param.KeyStrength
-
Returns the index of the key strength.
- out - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream.Crc32OutputMethod
-
- out - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream.DeflaterOutputMethod
-
- out - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream.WinZipAesOutputMethod
-
- OutputMethod - Interface in de.schlichtherle.truezip.zip
-
A method for writing a ZIP entry.
- overhead(AesKeyStrength) - Static method in class de.schlichtherle.truezip.zip.WinZipAesUtils
-
Returns the overhead in bytes which is added to each WinZip AES
encrypted entry.
- OVERHEAD_SIZE - Static variable in class de.schlichtherle.truezip.zip.ZipOutputStream
-
The number of entries which can be additionally accomodated by
the internal hash map without resizing it, which is 64.