- channel() - Method in class net.java.truevfs.kernel.spec.FsInputSocketSource
-
- channel() - Method in class net.java.truevfs.kernel.spec.FsOutputSocketSink
-
- checkAccess(BitField<FsAccessOption>, FsNodeName, BitField<Entry.Access>) - Method in class net.java.truevfs.kernel.spec.FsAccessOptionsController
-
- checkAccess(BitField<FsAccessOption>, FsNodeName, BitField<Entry.Access>) - Method in interface net.java.truevfs.kernel.spec.FsController
-
Checks if the file system node for the given name exists when
constrained by the given access options and permits the given
access types.
- checkAccess(BitField<FsAccessOption>, FsNodeName, BitField<Entry.Access>) - Method in class net.java.truevfs.kernel.spec.FsDecoratingController
-
- checkEncodable(String) - Method in class net.java.truevfs.kernel.spec.FsArchiveDriver
-
Ensures that the given entry name can get encoded by this driver's
character set.
- clone(FsArchiveDriver<E>) - Method in class net.java.truevfs.kernel.spec.FsCovariantNode
-
Returns a deep clone of this covariant file system node.
- close() - Method in class net.java.truevfs.kernel.spec.cio.MultiplexingOutputService
-
- compare(FsController, FsController) - Method in class net.java.truevfs.kernel.spec.FsControllerComparator
-
- compareTo(FsMountPoint) - Method in class net.java.truevfs.kernel.spec.FsMountPoint
-
- compareTo(FsNodeName) - Method in class net.java.truevfs.kernel.spec.FsNodeName
-
- compareTo(FsNodePath) - Method in class net.java.truevfs.kernel.spec.FsNodePath
-
- compareTo(FsScheme) - Method in class net.java.truevfs.kernel.spec.FsScheme
-
- controller - Variable in class net.java.truevfs.kernel.spec.FsDecoratingController
-
The decorated file system controller.
- controller(FsCompositeDriver, FsMountPoint) - Method in class net.java.truevfs.kernel.spec.FsDecoratingManager
-
- controller(FsCompositeDriver, FsMountPoint) - Method in interface net.java.truevfs.kernel.spec.FsManager
-
Returns the thread-safe file system controller for the given mount point.
- create(URI) - Static method in class net.java.truevfs.kernel.spec.FsMountPoint
-
- create(URI, FsUriModifier) - Static method in class net.java.truevfs.kernel.spec.FsMountPoint
-
Constructs a new mount point by parsing the given URI.
- create(FsScheme, FsNodePath) - Static method in class net.java.truevfs.kernel.spec.FsMountPoint
-
Constructs a new mount point by composing its URI from the given scheme
and path.
- create(URI) - Static method in class net.java.truevfs.kernel.spec.FsNodeName
-
Constructs a new file system node name by parsing the given URI.
- create(URI, FsUriModifier) - Static method in class net.java.truevfs.kernel.spec.FsNodeName
-
Constructs a new file system node name by parsing the given URI
after applying the given URI modifier.
- create(URI) - Static method in class net.java.truevfs.kernel.spec.FsNodePath
-
- create(URI, FsUriModifier) - Static method in class net.java.truevfs.kernel.spec.FsNodePath
-
Constructs a new path by parsing the given URI.
- create(String) - Static method in class net.java.truevfs.kernel.spec.FsScheme
-
Constructs a new URI scheme by parsing the given string.