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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

Stringname()
Returns the name of the attribute view.
BasicFileAttributesreadAttributes()
Reads the basic file attributes as a bulk operation.
voidsetTimes(FileTime lastModifiedTime, FileTime lastAccessTime, FileTime createTime)
Updates any or all of the file's last modified time, last access time, and create time attributes.