- 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.
- length() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns the (uncompressed) length of the file.
- list() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns the names of the members in this 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.
- listeners - Variable in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
- 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.