- LEDataOutputStream - Class in de.schlichtherle.truezip.io
-
An output stream to write data in Little Endian (LE) format.
- LEDataOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.io.LEDataOutputStream
-
Creates a new data output stream to write data to the specified
underlying output stream.
- length() - Method in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
-
- length() - Method in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
-
- length() - Method in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
-
- length() - Method in class de.schlichtherle.truezip.rof.DisconnectingReadOnlyFile
-
- length() - Method in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
-
- length() - Method in class de.schlichtherle.truezip.rof.LockReadOnlyFile
-
- length() - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
-
Returns the length of the file in bytes.
- Link<T> - Interface in de.schlichtherle.truezip.util
-
A link has a nullable
target property.
- Link.Type - Enum in de.schlichtherle.truezip.util
-
A factory for links which defines the terms and conditions for clearing
their target.
- Links - Class in de.schlichtherle.truezip.util
-
Static utility methods for links.
- lock - Variable in class de.schlichtherle.truezip.io.LockInputStream
-
The object to synchronize on.
- lock - Variable in class de.schlichtherle.truezip.io.LockOutputStream
-
The object to synchronize on.
- lock - Variable in class de.schlichtherle.truezip.rof.LockReadOnlyFile
-
The object to synchronize on.
- LockInputShop<E extends Entry> - Class in de.schlichtherle.truezip.socket
-
Decorates another input shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor.
- LockInputShop(InputShop<E>) - Constructor for class de.schlichtherle.truezip.socket.LockInputShop
-
Constructs a new concurrent input shop.
- LockInputShop(InputShop<E>, Lock) - Constructor for class de.schlichtherle.truezip.socket.LockInputShop
-
Constructs a new concurrent input shop.
- LockInputStream - Class in de.schlichtherle.truezip.io
-
A decorator which protects all access to a shared resource, e.g. an
InputShop, via a
Lock object.
- LockInputStream(InputStream, Lock) - Constructor for class de.schlichtherle.truezip.io.LockInputStream
-
Constructs a new synchronized input stream.
- LockOutputShop<E extends Entry> - Class in de.schlichtherle.truezip.socket
-
Decorates another output shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor.
- LockOutputShop(OutputShop<E>) - Constructor for class de.schlichtherle.truezip.socket.LockOutputShop
-
Constructs a new concurrent output shop.
- LockOutputShop(OutputShop<E>, Lock) - Constructor for class de.schlichtherle.truezip.socket.LockOutputShop
-
Constructs a new concurrent output shop.
- LockOutputStream - Class in de.schlichtherle.truezip.io
-
A decorator which protects all access to a shared resource, e.g. an
OutputShop, via a
Lock object.
- LockOutputStream(OutputStream, Lock) - Constructor for class de.schlichtherle.truezip.io.LockOutputStream
-
Constructs a new synchronized output stream.
- LockReadOnlyFile - Class in de.schlichtherle.truezip.rof
-
A decorator which protects all access to a shared resource, e.g. an
InputShop, via a
Lock object.
- LockReadOnlyFile(ReadOnlyFile, Lock) - Constructor for class de.schlichtherle.truezip.rof.LockReadOnlyFile
-
Constructs a new synchronized read only file.