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

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

Introduction

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

The text is from its open source code.

Method

GroupPrincipalgroup()
Returns the group owner of the file.
booleanisSymbolicLink()
Tells whether the file is a symbolic link.
FileTimelastModifiedTime()
Returns the time of last modification.
UserPrincipalowner()
Returns the owner of the file.
Setpermissions()
Returns the permissions of the file.
longsize()
Returns the size of the file (in bytes).