Uses of Interface java.nio.channels.ReadableByteChannel

Uses in package java.nio.channels

Classes implementing java.nio.channels.ReadableByteChannel

class
class
class
class

Methods with parameter type java.nio.channels.ReadableByteChannel

InputStream
Constructs a stream that reads bytes from the given channel.
Reader
Constructs a reader that decodes bytes from the given channel according to the named charset.
Reader
Constructs a reader that decodes bytes from the given channel using the given decoder.
long
FileChannel.transferFrom(ReadableByteChannel src, long position, long count)
Transfers bytes from the given readable channel into this channel.

Methods with return type java.nio.channels.ReadableByteChannel

ReadableByteChannel
Constructs a channel that reads bytes from the given stream.