| Class and Description |
|---|
| net.java.truevfs.access.TFileBeanInfo
This class solely exists to support
XMLEncoder/XMLDecoder and is not intended for
public use. |
| Method and Description |
|---|
| net.java.truevfs.access.TFile.delete()
This method just returns a boolean value to indicate failure,
which is hard to analyze.
|
| net.java.truevfs.access.TFile.getFile()
Using the resulting
File object for file system
access would compete with the TrueVFS Kernel for I/O and may
easily corrupt the state of the (virtual) file system space,
including loss of data! |
| net.java.truevfs.access.TFile.renameTo(File)
This method just returns a boolean value to indicate failure,
which is hard to analyze.
|
| net.java.truevfs.access.TFile.toURL() |
| Constructor and Description |
|---|
| net.java.truevfs.access.TFileSystemProvider()
This constructor is solely provided in order to use this
file system provider class with the service location feature of the
NIO.2 API!
|