Uses of Package
java.nio.file.attribute
Package
Description
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Interfaces and classes providing access to file and file system attributes.
Service-provider classes for the
java.nio.file
package.Provides classes for reading and writing the standard ZIP and GZIP file
formats.
Platform specific socket options for the
java.net
and java.nio.channels
socket classes.-
ClassDescriptionAn 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
orcreateDirectory
methods. -
ClassDescriptionBasic attributes associated with a file in a file system.An 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
orcreateDirectory
methods.An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.An attribute view that is a read-only or updatable view of the attributes of aFileStore
.Represents the value of a file's time stamp attribute.Defines the bits for use with thepermissions
attribute.APrincipal
representing an identity used to determine access rights to objects in a file system.An object to lookup user and group principals by name. -
ClassDescriptionAn entry in an access control list (ACL).A builder of
AclEntry
objects.Defines the flags for used by the flags component of an ACLentry
.Defines the permissions for use with the permissions component of an ACLentry
.A typesafe enumeration of the access control entry types.An object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem.Basic attributes associated with a file in a file system.A file attribute view that provides a view of a basic set of file attributes common to many file systems.File attributes associated with a file in a file system that supports legacy "DOS" attributes.An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking thecreateFile
orcreateDirectory
methods.An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.A file attribute view that supports reading or updating the owner of a file.Represents the value of a file's time stamp attribute.AUserPrincipal
representing a group identity, used to determine access rights to objects in a file system.File attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.Defines the bits for use with thepermissions
attribute.APrincipal
representing an identity used to determine access rights to objects in a file system. -
ClassDescriptionBasic attributes associated with a file in a file system.An 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
orcreateDirectory
methods.An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem. -
-
ClassDescriptionA
UserPrincipal
representing a group identity, used to determine access rights to objects in a file system.APrincipal
representing an identity used to determine access rights to objects in a file system.