- waitOtherThreads(long) - Method in class de.schlichtherle.truezip.fs.FsResourceAccountant
-
Waits until all closeable resources which have been started accounting
for in other threads get stopped accounting for or a timeout
occurs.
- waitOtherThreads(BitField<FsSyncOption>, ExceptionHandler<? super FsSyncException, X>) - Method in class de.schlichtherle.truezip.fs.FsResourceController
-
Waits for all entry input and output resources to close or forces
them to close, dependending on the options.
- warn(C) - Method in class de.schlichtherle.truezip.util.AbstractExceptionBuilder
-
Adds the cause exception to the assembly and
either returns or checks out and throws
the result
in order to enable the assembly of another exception.
- warn(C) - Method in interface de.schlichtherle.truezip.util.ExceptionBuilder
-
Adds the cause exception to the assembly and
either returns or checks out and throws
the result
in order to enable the assembly of another exception.
- warn(C) - Method in interface de.schlichtherle.truezip.util.ExceptionHandler
-
Called to handle an exceptional condition which
does
allow the caller to proceed its task.
- window - Variable in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
-
The buffer window to the file data.
- WINDOW_LEN - Static variable in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
-
The default buffer length of the window to the file.
- windowOff - Variable in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
-
The current offset in the read only file where the buffer window starts.
- write(int) - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
-
- write(byte[]) - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
-
- write(byte[], int, int) - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
-
- write(ByteBuffer) - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
-
- write(int) - Method in class de.schlichtherle.truezip.io.IOExceptionOutputStream
-
- write(byte[], int, int) - Method in class de.schlichtherle.truezip.io.IOExceptionOutputStream
-
- write(ByteBuffer) - Method in class de.schlichtherle.truezip.io.IOExceptionSeekableByteChannel
-
- write(int) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes the specified byte (the low eight bits of the argument
b) to the underlying output stream.
- write(byte[], int, int) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes len bytes from the specified byte array
starting at offset off to the underlying output stream.
- write(ByteBuffer) - Method in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
-
- write(int) - Method in class de.schlichtherle.truezip.io.SynchronizedOutputStream
-
- write(byte[], int, int) - Method in class de.schlichtherle.truezip.io.SynchronizedOutputStream
-
- write(int) - Method in class de.schlichtherle.truezip.socket.DisconnectingOutputShop.DisconnectableOutputStream
-
- write(byte[], int, int) - Method in class de.schlichtherle.truezip.socket.DisconnectingOutputShop.DisconnectableOutputStream
-
- write(int) - Method in class de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
-
- write(byte[], int, int) - Method in class de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
-
- writeBoolean(boolean) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes a boolean value to the underlying output stream
as a 1-byte value.
- writeByte(int) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes a byte value to the underlying output stream
as a 1-byte value.
- writeBytes(String) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes the string s to the underlying output stream as a
sequence of bytes.
- writeChar(int) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes a char value to the underlying output stream
as a 2-byte value, low byte first.
- writeChars(String) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes the string s to the underlying output stream as a
sequence of characters.
- writeDouble(double) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Converts the double value d to a long using
the doubleToLongBits method in class Double,
and then writes that long value to the underlying
output stream as an 8-byte quantity, low byte first.
- writeFloat(float) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Converts the float value f to an int using
the floatToIntBits method in class Float,
and then writes that int value to the underlying
output stream as a 4-byte quantity, low byte first.
- writeInt(int) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes the integer value i to the underlying output stream
as four bytes, low byte first.
- writeLock - Variable in class de.schlichtherle.truezip.fs.FsConcurrentController
-
- writeLock() - Method in class de.schlichtherle.truezip.fs.FsConcurrentController
-
- writeLock() - Method in class de.schlichtherle.truezip.fs.FsConcurrentModel
-
- writeLock() - Method in class de.schlichtherle.truezip.fs.FsConcurrentModelController
-
- writeLock() - Method in class de.schlichtherle.truezip.fs.FsDecoratingConcurrentModelController
-
- writeLong(long) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes the integer value l to the underlying output stream
as eight bytes, low byte first.
- writeObject(ObjectOutputStream) - Method in class de.schlichtherle.truezip.entry.EntryName
-
- writeObject(ObjectOutputStream) - Method in class de.schlichtherle.truezip.fs.FsMountPoint
-
- writeObject(ObjectOutputStream) - Method in class de.schlichtherle.truezip.fs.FsPath
-
- writers - Variable in class de.schlichtherle.truezip.socket.IOCache.Buffer
-
- writes - Variable in class de.schlichtherle.truezip.socket.ByteArrayIOEntry
-
- writeShort(int) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
Writes the integer value s to the underlying output stream
as two bytes, low byte first.
- writeUTF(String) - Method in class de.schlichtherle.truezip.io.LEDataOutputStream
-
This method is not implemented.
- written - Variable in class de.schlichtherle.truezip.io.LEDataOutputStream
-
The number of bytes written to the data output stream so far.