- lastModified() - Method in class net.java.truevfs.access.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 net.java.truevfs.access.TFile
-
Returns the (uncompressed) length of the file.
- length() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Returns the file length of this ZIP file in bytes.
- length() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Returns the total number of (compressed) bytes this stream has written
to the underlying stream.
- list() - Method in class net.java.truevfs.access.TFile
-
Returns the names of the members in this (virtual) directory in a newly
created array.
- list(FilenameFilter) - Method in class net.java.truevfs.access.TFile
-
Returns the names of the members in this directory which are
accepted by filenameFilter
in a newly created array.
- listFiles() - Method in class net.java.truevfs.access.TFile
-
- listFiles(FilenameFilter) - Method in class net.java.truevfs.access.TFile
- listFiles(FileFilter) - Method in class net.java.truevfs.access.TFile