The members of Java.Nio.Channels.Channels are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | NewInputStream(Java.Nio.Channels.IReadableByteChannel)Returns an input stream on the given channel. | |
static | NewOutputStream(Java.Nio.Channels.IWritableByteChannel)Returns an output stream on the given channel. | |
static | NewReadableChannel(System.IO.Stream)Returns a readable channel on the given input stream. | |
static | NewReader(Java.Nio.Channels.IReadableByteChannel, string)Returns a reader that decodes bytes from a channel. | |
static | NewReader(Java.Nio.Channels.IReadableByteChannel, Java.Nio.Charset.CharsetDecoder, int)Returns a reader that decodes bytes from a channel. | |
static | NewWritableChannel(System.IO.Stream)Returns a writable channel on the given output stream. | |
static | NewWriter(Java.Nio.Channels.IWritableByteChannel, string)Returns a writer that encodes characters with the specified encoder and sends the bytes to the specified channel. | |
static | NewWriter(Java.Nio.Channels.IWritableByteChannel, Java.Nio.Charset.CharsetEncoder, int)Returns a writer that encodes characters with the specified encoder and sends the bytes to the specified channel. |