The methods of Java.Nio.Channels.Channels are listed below. For a list of all members, see the Channels Members list.
See Also: Inherited members from Java.Lang.Object
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. |