Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.nio.file Classes and Interfaces - 74 results found.
NameDescriptionTypePackageFramework
AccessDeniedExceptionChecked exception thrown when a file system operation is denied, typically due to a file permission or other access check.Classjava.nio.fileJava SE
AclEntryAn entry in an access control list (ACL).Classjava.nio.file.attributeJava SE
AclEntry .BuilderA builder of AclEntry objects.Classjava.nio.file.attribute.AclEntryJava SE
AtomicMoveNotSupportedExceptionChecked exception thrown when a file cannot be moved as an atomic file systemSince:1.Classjava.nio.fileJava SE
AccessModeDefines access modes used to test the accessibility of a file.Classjava.nio.fileJava SE
AclEntryFlagDefines the flags for used by the flags component of an ACL entry.Classjava.nio.file.attributeJava SE
AclEntryPermissionenum AclEntryPermissionDefines the permissions for use with the permissions component of an ACLClassjava.nio.file.attributeJava SE
AclEntryTypeA typesafe enumeration of the access control entry types.Classjava.nio.file.attributeJava SE
AclFileAttributeViewA file attribute view that supports reading or updating a file's Access Control Lists (ACL) or file owner attributes.Interfacejava.nio.file.attributeJava SE
AttributeViewAn object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem.Interfacejava.nio.file.attributeJava SE
BasicFileAttributesBasic attributes associated with a file in a file system.Interfacejava.nio.file.attributeJava SE
BasicFileAttributeViewA file attribute view that provides a view of a basic set of file attributes common to many file systems.Interfacejava.nio.file.attributeJava SE
ClosedDirectoryStreamExceptionUnchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.Classjava.nio.fileJava SE
ClosedFileSystemExceptionUnchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.Classjava.nio.fileJava SE
ClosedWatchServiceExceptionUnchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.Classjava.nio.fileJava SE
CopyOptionAn object that configures how to copy or move a file.Interfacejava.nio.fileJava SE
DirectoryIteratorExceptionRuntime exception thrown if an I/O error is encountered when iterating over the entries in a directory.Classjava.nio.fileJava SE
DirectoryNotEmptyExceptionChecked exception thrown when a file system operation fails because a directory is not empty.Classjava.nio.fileJava SE
DirectoryStreamAn object to iterate over the entries in a directory.Interfacejava.nio.fileJava SE
DirectoryStream .FilterAn interface that is implemented by objects that decide if a directory entry should be accepted or filtered.Interfacejava.nio.file.DirectoryStreamJava SE
DosFileAttributesFile attributes associated with a file in a file system that supports legacy DOS attributes.Interfacejava.nio.file.attributeJava SE
DosFileAttributeViewA file attribute view that provides a view of the legacy DOS file attributes.Interfacejava.nio.file.attributeJava SE
FileAlreadyExistsExceptionChecked exception thrown when an attempt is made to create a file or directory and a file of that name already exists.Classjava.nio.fileJava SE
FilesThis class consists exclusively of static methods that operate on files, directories, or other types of files.Classjava.nio.fileJava SE
FileStoreStorage for files.Classjava.nio.fileJava SE
FileSystemProvides an interface to a file system and is the factory for objects to access files and other objects in the file system.Classjava.nio.fileJava SE
FileSystemAlreadyExistsExceptionRuntime exception thrown when an attempt is made to create a file system thatSee Also:Serialized FormClassjava.nio.fileJava SE
FileSystemExceptionThrown when a file system operation fails on one or two files.Classjava.nio.fileJava SE
FileSystemLoopExceptionChecked exception thrown when a file system loop, or cycle, is encountered.Classjava.nio.fileJava SE
FileSystemNotFoundExceptionRuntime exception thrown when a file system cannot be found.Classjava.nio.fileJava SE
FileSystemProviderService-provider class for file systems.Classjava.nio.file.spiJava SE
FileSystemsFactory methods for file systems.Classjava.nio.fileJava SE
FileTimeRepresents the value of a file's time stamp attribute.Classjava.nio.file.attributeJava SE
FileTypeDetectorA file type detector for probing a file to guess its file type.Classjava.nio.file.spiJava SE
FileVisitOptionenum FileVisitOptionDefines the file tree traversal options.Classjava.nio.fileJava SE
FileVisitResultenum FileVisitResultThe result type of a FileVisitor.Classjava.nio.fileJava SE
FileAttributeAn object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.Interfacejava.nio.file.attributeJava SE
FileAttributeViewAn attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.Interfacejava.nio.file.attributeJava SE
FileOwnerAttributeViewA file attribute view that supports reading or updating the owner of a file.Interfacejava.nio.file.attributeJava SE
FileStoreAttributeViewInterfacejava.nio.file.attributeJava SE
FileVisitorA visitor of files.Interfacejava.nio.fileJava SE
GroupPrincipalA UserPrincipal representing a group identity, used to determine access rights to objects in a file system.Interfacejava.nio.file.attributeJava SE
InvalidPathExceptionUnchecked exception thrown when path string cannot be converted into a Path because the path string contains invalid characters, orClassjava.nio.fileJava SE
LinkPermissionThe Permission class for link creation operations.Classjava.nio.fileJava SE
LinkOptionDefines the options as to how symbolic links are handled.Classjava.nio.fileJava SE
NoSuchFileExceptionChecked exception thrown when an attempt is made to access a file that doesSince:1.Classjava.nio.fileJava SE
NotDirectoryExceptionChecked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory.Classjava.nio.fileJava SE
NotLinkExceptionChecked exception thrown when a file system operation fails because a file is not a symbolic link.Classjava.nio.fileJava SE
OpenOptionAn object that configures how to open or create a file.Interfacejava.nio.fileJava SE
PathsThis class consists exclusively of static methods that return a Path by converting a path string or URI.Classjava.nio.fileJava SE
PosixFilePermissionsThis class consists exclusively of static methods that operate on sets of PosixFilePermission objects.Classjava.nio.file.attributeJava SE
ProviderMismatchExceptionUnchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by aClassjava.nio.fileJava SE
ProviderNotFoundExceptionRuntime exception thrown when a provider of the required type cannot be found.Classjava.nio.fileJava SE
PosixFilePermissionenum PosixFilePermissionDefines the bits for use with the permissions attribute.Classjava.nio.file.attributeJava SE
PathAn object that may be used to locate a file in a file system.Interfacejava.nio.fileJava SE
PathMatcherAn interface that is implemented by objects that perform match operations onSince:1.Interfacejava.nio.fileJava SE
PosixFileAttributesFile attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family ofInterfacejava.nio.file.attributeJava SE
PosixFileAttributeViewA file attribute view that provides a view of the file attributes commonly associated with files on file systems used by operating systems that implementInterfacejava.nio.file.attributeJava SE
ReadOnlyFileSystemExceptionUnchecked exception thrown when an attempt is made to update an object associated with a read-only FileSystem.Classjava.nio.fileJava SE
SimpleFileVisitorA simple visitor of files with default behavior to visit all files and to re-throw I/O errors.Classjava.nio.fileJava SE
StandardWatchEventKindsDefines the standard event kinds.Classjava.nio.fileJava SE
StandardCopyOptionenum StandardCopyOptionDefines the standard copy options.Classjava.nio.fileJava SE
StandardOpenOptionenum StandardOpenOptionDefines the standard open options.Classjava.nio.fileJava SE
SecureDirectoryStreamA DirectoryStream that defines operations on files that are located relative to an open directory.Interfacejava.nio.fileJava SE
UserPrincipalLookupServiceAn object to lookup user and group principals by name.Classjava.nio.file.attributeJava SE
UserPrincipalNotFoundExceptionChecked exception thrown when a lookup of UserPrincipal fails because the principal does not exist.Classjava.nio.file.attributeJava SE
UserDefinedFileAttributeViewA file attribute view that provides a view of a file's user-defined attributes, sometimes known as extended attributes.Interfacejava.nio.file.attributeJava SE
UserPrincipalA Principal representing an identity used to determine access rights to objects in a file system.Interfacejava.nio.file.attributeJava SE
WatchableAn object that may be registered with a watch service so that it can be watched for changes and events.Interfacejava.nio.fileJava SE
WatchEventAn event or a repeated event for an object that is registered with a WatchService.Interfacejava.nio.fileJava SE
WatchEvent .KindAn event kind, for the purposes of identification.Interfacejava.nio.file.WatchEventJava SE
WatchEvent .ModifierAn event modifier that qualifies how a Watchable is registered with a WatchService.Interfacejava.nio.file.WatchEventJava SE
WatchKeyA token representing the registration of a watchable object with a WatchService.Interfacejava.nio.fileJava SE
WatchServiceA watch service that watches registered objects for changes and events.Interfacejava.nio.fileJava SE