- of(FsInputOption...) - Static method in class de.schlichtherle.truezip.fs.FsInputOptions
-
Converts the given array to a bit field of input options.
- of(FsOutputOption...) - Static method in class de.schlichtherle.truezip.fs.FsOutputOptions
-
Converts the given array to a bit field of output options.
- of(FsSyncOption...) - Static method in class de.schlichtherle.truezip.fs.FsSyncOptions
-
Converts the given array to a bit field of synchronization options.
- of(E) - Static method in class de.schlichtherle.truezip.util.BitField
-
Returns a bit field which contains the given bit.
- of(E, E...) - Static method in class de.schlichtherle.truezip.util.BitField
-
Returns a bit field which contains the given bits.
- of(Class<E>, String) - Static method in class de.schlichtherle.truezip.util.BitField
-
- onClose() - Method in class de.schlichtherle.truezip.util.Resource
-
- or(BitField<E>) - Method in class de.schlichtherle.truezip.util.BitField
-
- OUTPUT_PREFERENCES_MASK - Static variable in class de.schlichtherle.truezip.fs.FsOutputOptions
-
- OutputBusyException - Exception in de.schlichtherle.truezip.io
-
Indicates that a file system entry could not get written
because the entry or its container is busy.
- OutputBusyException(String) - Constructor for exception de.schlichtherle.truezip.io.OutputBusyException
-
- OutputBusyException(Throwable) - Constructor for exception de.schlichtherle.truezip.io.OutputBusyException
-
- OutputClosedException - Exception in de.schlichtherle.truezip.io
-
Indicates that an output resource (output stream etc.) has been closed.
- OutputClosedException() - Constructor for exception de.schlichtherle.truezip.io.OutputClosedException
-
- OutputEntry<E extends OutputEntry<E>> - Interface in de.schlichtherle.truezip.socket
-
An entry which provides output sockets.
- OutputService<E extends Entry> - Interface in de.schlichtherle.truezip.socket
-
A service for output sockets.
- OutputShop<E extends Entry> - Interface in de.schlichtherle.truezip.socket
-
A closable output service.
- OutputSocket<E extends Entry> - Class in de.schlichtherle.truezip.socket
-
An abstract factory for output resources for writing bytes to its
local target.
- OutputSocket() - Constructor for class de.schlichtherle.truezip.socket.OutputSocket
-
- OVERHEAD_SIZE - Static variable in class de.schlichtherle.truezip.util.HashMaps
-
The number of entries which should be additionally accomodatable by a
hash map with a load factor of 75% before resizing it, which is 47.