Table of Contents

Interface IGatheringByteChannel

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

.NET interface for TO BE DEFINED FROM USER

public interface IGatheringByteChannel : IWritableByteChannel, IChannel, ICloseable, IAutoCloseable
Inherited Members

Methods

Write(ByteBuffer[])

long Write(ByteBuffer[] arg0)

Parameters

arg0 ByteBuffer[]

ByteBuffer

Returns

long

long

Exceptions

IOException

Write(ByteBuffer[], int, int)

long Write(ByteBuffer[] arg0, int arg1, int arg2)

Parameters

arg0 ByteBuffer[]

ByteBuffer

arg1 int

int

arg2 int

int

Returns

long

long

Exceptions

IOException