- lastModified() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns a long
value representing the time this file was
last modified, measured in milliseconds since the epoch (00:00:00 GMT,
January 1, 1970), or 0L
if the file does not exist or if an
I/O error occurs or if this is a ghost directory in an archive file.
- 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.crypto.CipherReadOnlyFile
-
- length() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns the (uncompressed) length of the file.
- 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.
- length() - Method in class de.schlichtherle.truezip.zip.RawZipFile
-
Returns the file length of this ZIP file in bytes.
- length() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Returns the total number of (compressed) bytes this stream has written
to the underlying stream.
- length() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
-
- 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.
- list() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns the names of the members in this (virtual) directory in a newly
created array.
- list(FilenameFilter) - Method in class de.schlichtherle.truezip.file.TFile
-
Returns the names of the members in this directory which are
accepted by filenameFilter
in a newly created array.
- listFiles() - Method in class de.schlichtherle.truezip.file.TFile
-
- listFiles(TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
-
Returns TFile
objects for the members in this directory
in a newly created array.
- listFiles(FilenameFilter) - Method in class de.schlichtherle.truezip.file.TFile
-
- listFiles(FilenameFilter, TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
-
Returns TFile
objects for the members in this directory
which are accepted by filenameFilter
in a newly created
array.
- listFiles(FileFilter) - Method in class de.schlichtherle.truezip.file.TFile
-
- listFiles(FileFilter, TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
-
Returns TFile
objects for the members in this directory
which are accepted by fileFilter
in a newly created array.
- 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.
- 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.
- 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.
- LockReadOnlyFile(ReadOnlyFile, Lock) - Constructor for class de.schlichtherle.truezip.rof.LockReadOnlyFile
-
Constructs a new synchronized read only file.