Uses of Interface java.nio.channels.WritableByteChannel

Uses in package java.nio.channels

Classes implementing java.nio.channels.WritableByteChannel

class
class
class
class

Methods with parameter type java.nio.channels.WritableByteChannel

OutputStream
Constructs a stream that writes bytes to the given channel.
Writer
Constructs a writer that encodes characters according to the named charset and writes the resulting bytes to the given channel.
Writer
Constructs a writer that encodes characters using the given encoder and writes the resulting bytes to the given channel.
long
FileChannel.transferTo(long position, long count, WritableByteChannel target)
Transfers bytes from this channel's file to the given writable byte channel.

Methods with return type java.nio.channels.WritableByteChannel

WritableByteChannel
Constructs a channel that writes bytes to the given stream.

Uses in package gnu.java.nio

Classes implementing java.nio.channels.WritableByteChannel

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

Constructors with parameter type java.nio.channels.WritableByteChannel

Create a new instance, given the output byte channel, the encoder to use, and the minimum buffer capacity.

Methods with parameter type java.nio.channels.WritableByteChannel

long
FileChannelImpl.transferTo(long position, long count, WritableByteChannel target)

Uses in package gnu.java.nio.channels

Classes implementing java.nio.channels.WritableByteChannel

class
This file is not user visible !

Methods with parameter type java.nio.channels.WritableByteChannel

long
FileChannelImpl.transferTo(long position, long count, WritableByteChannel target)