Table of Contents

Interface IWritableByteChannel

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

.NET interface for TO BE DEFINED FROM USER

public interface IWritableByteChannel : IChannel, ICloseable, IAutoCloseable
Inherited Members

Methods

Write(ByteBuffer)

int Write(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Returns

int

int

Exceptions

IOException