Uses of Interface java.nio.channels.ReadableByteChannel

Uses in package java.util

Constructors with parameter type java.nio.channels.ReadableByteChannel

Constructs a new Scanner with a ReadableByteChannel as source.
Scanner.Scanner(ReadableByteChannel source, String charsetName)
Constructs a new Scanner with a ReadableByteChannel as source and a given charsetName, which is to be applied on it.

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.

Uses in package gnu.java.nio

Classes implementing java.nio.channels.ReadableByteChannel

class
class
This file is not user visible !
class
class
class

Constructors with parameter type java.nio.channels.ReadableByteChannel

ChannelReader.ChannelReader(ReadableByteChannel channel, CharsetDecoder decoder, int minBufferCap)

Methods with parameter type java.nio.channels.ReadableByteChannel

long
FileChannelImpl.transferFrom(ReadableByteChannel src, long position, long count)

Uses in package gnu.java.nio.channels

Classes implementing java.nio.channels.ReadableByteChannel

class
This file is not user visible !

Methods with parameter type java.nio.channels.ReadableByteChannel

long
FileChannelImpl.transferFrom(ReadableByteChannel src, long position, long count)