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

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

Introduction

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

The text is from its open source code.

Method

voiddelete(String name)
Deletes a user-defined attribute.
Listlist()
Returns a list containing the names of the user-defined attributes.
intread(String name, ByteBuffer dst)
Read the value of a user-defined attribute into a buffer.
intsize(String name)
Returns the size of the value of a user-defined attribute.
intwrite(String name, ByteBuffer src)
Writes the value of a user-defined attribute from a buffer.