Table of Contents

Interface IReadableByteChannel

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/channels/ReadableByteChannel.html

public interface IReadableByteChannel : IChannel, ICloseable, IAutoCloseable
Inherited Members

Methods

Read(ByteBuffer)

int Read(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Returns

int

int

Exceptions

IOException