- 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.
- 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
-
Note that archive entries with absolute paths are ignored by this
method and are never returned.
- listFiles(FileFilter) - Method in class net.java.truevfs.access.TFile
-
Note that archive entries with absolute paths are ignored by this
method and are never returned.