Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

C

close() - Method in class com.github.robtimus.filesystems.AbstractDirectoryStream
 
closed() - Method in class com.github.robtimus.filesystems.Messages.DirectoryStreamMessages
Creates an exception that can be closed if DirectoryStream.iterator() is called on a closed directory stream.
com.github.robtimus.filesystems - package com.github.robtimus.filesystems
Provides utility classes and interfaces that can assist in implementing file systems.
com.github.robtimus.filesystems.attribute - package com.github.robtimus.filesystems.attribute
Provides utility classes and interfaces that can assist in implementing file and file system attributes.
compareTo(Path) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
Compares two abstract paths lexicographically.
containsView(Class<? extends FileAttributeView>) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewCollection
Returns whether or not this collection contains a specific view.
containsView(String) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewCollection
Returns whether or not this collection contains a specific view.
create(URI, Map<String, ?>) - Method in interface com.github.robtimus.filesystems.FileSystemMap.FileSystemFactory
Creates a new file system.
create(String, String, String, int, String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
create(String, String, String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
create(String, String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
Utility method that calls URI(String, String, String, String), wrapping any thrown URISyntaxException in an IllegalArgumentException.
create(String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
Utility method that calls URI(String, String, String), wrapping any thrown URISyntaxException in an IllegalArgumentException.
createPath(String) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
Creates a new path.
createSeekableByteChannel(InputStream, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
Creates a SeekableByteChannel wrapped around an InputStream.
createSeekableByteChannel(InputStream, long, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
Creates a SeekableByteChannel wrapped around an InputStream.
createSeekableByteChannel(OutputStream) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
Creates a SeekableByteChannel wrapped around an OutputStream.
createSeekableByteChannel(OutputStream, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
Creates a SeekableByteChannel wrapped around an OutputStream.
CREATION_TIME - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the creationTime attribute, as used for BasicFileAttributeView.
CURRENT_DIR - Static variable in class com.github.robtimus.filesystems.SimpleAbstractPath
The relative path to the current directory.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2016–2023. All rights reserved.