Table of Contents

Interface ISeekableByteChannel

Namespace
Java.Nio.Channels
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISeekableByteChannel : IByteChannel

Methods

Position()

long Position()

Returns

long

long

Exceptions

IOException

Position(long)

SeekableByteChannel Position(long arg0)

Parameters

arg0 long

long

Returns

SeekableByteChannel

SeekableByteChannel

Exceptions

IOException

Read(ByteBuffer)

int Read(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Returns

int

int

Exceptions

IOException

Size()

long Size()

Returns

long

long

Exceptions

IOException

Truncate(long)

SeekableByteChannel Truncate(long arg0)

Parameters

arg0 long

long

Returns

SeekableByteChannel

SeekableByteChannel

Exceptions

IOException

Write(ByteBuffer)

int Write(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Returns

int

int

Exceptions

IOException