Table of Contents

Interface IUserDefinedFileAttributeView

Namespace
Java.Nio.File.Attribute
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IUserDefinedFileAttributeView : IFileAttributeView, IAttributeView

Methods

Delete(String)

void Delete(String arg0)

Parameters

arg0 String

String

Exceptions

IOException

List()

List<String> List()

Returns

List<String>

List

Exceptions

IOException

Name()

String Name()

Returns

String

String

Read(String, ByteBuffer)

int Read(String arg0, ByteBuffer arg1)

Parameters

arg0 String

String

arg1 ByteBuffer

ByteBuffer

Returns

int

int

Exceptions

IOException

Size(String)

int Size(String arg0)

Parameters

arg0 String

String

Returns

int

int

Exceptions

IOException

Write(String, ByteBuffer)

int Write(String arg0, ByteBuffer arg1)

Parameters

arg0 String

String

arg1 ByteBuffer

ByteBuffer

Returns

int

int

Exceptions

IOException