Java java.nio.file.attribute BasicFileAttributes fields, constructors, methods, implement or subclass

Example usage for Java java.nio.file.attribute BasicFileAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.file.attribute BasicFileAttributes.

The text is from its open source code.

Implementation

java.nio.file.attribute.BasicFileAttributes has the following implementations.
Click this link to see all its implementation.

Method

FileTimecreationTime()
Returns the creation time.
ObjectfileKey()
Returns an object that uniquely identifies the given file, or null if a file key is not available.
booleanisDirectory()
Tells whether the file is a directory.
booleanisOther()
Tells whether the file is something other than a regular file, directory, or symbolic link.
booleanisRegularFile()
Tells whether the file is a regular file with opaque content.
booleanisSymbolicLink()
Tells whether the file is a symbolic link.
FileTimelastAccessTime()
Returns the time of last access.
FileTimelastModifiedTime()
Returns the time of last modification.
longsize()
Returns the size of the file (in bytes).