- input(InputStream) - Method in class net.java.truevfs.access.TFile
-
Copies the input stream in to this file or entry in an archive
file
without closing the stream.
- isAbsolute() - Method in class net.java.truevfs.access.TFile
-
- isAbsolute() - Method in class net.java.truevfs.access.TPath
-
- isArchive() - Method in class net.java.truevfs.access.TFile
-
Returns true if and only if this TFile addresses an
archive file.
- isArchive() - Method in class net.java.truevfs.access.TPath
-
Returns true if and only if this TPath addresses an
archive file.
- isDirectory() - Method in class net.java.truevfs.access.TFile
-
Similar to its super class implementation, but returns
true for a valid archive file, too.
- isEntry() - Method in class net.java.truevfs.access.TFile
-
Returns true if and only if this TPath addresses an
entry located within an archive file.
- isEntry() - Method in class net.java.truevfs.access.TPath
-
Returns true if and only if this TPath addresses an
entry located within an archive file.
- isFile() - Method in class net.java.truevfs.access.TFile
-
Similar to its super class implementation, but returns
false for a valid archive file, too.
- isFileSystemRoot() - Method in class net.java.truevfs.access.TFile
-
Returns true if and only if this file denotes a file system
root or a UNC (if running on the Windows platform).
- isHidden() - Method in class net.java.truevfs.access.TFile
-
- isHidden(Path) - Method in class net.java.truevfs.access.TFileSystemProvider
-
- isLenient() - Method in class net.java.truevfs.access.TConfig
-
- isOpen() - Method in class net.java.truevfs.access.TFileSystem
-
Returns true.
- isParentOf(File) - Method in class net.java.truevfs.access.TFile
-
Returns true if and only if the path represented
by this instance is a direct or indirect parent of the path
represented by the given file.
- isReadOnly() - Method in class net.java.truevfs.access.TFileSystem
-
Returns false.
- isSameFile(Path, Path) - Method in class net.java.truevfs.access.TFileSystemProvider
-
- isTopLevelArchive() - Method in class net.java.truevfs.access.TFile
-
- isUNC() - Method in class net.java.truevfs.access.TFile
-
Returns true if and only if this file denotes a UNC.
- iterator() - Method in class net.java.truevfs.access.TPath
-