Frames | No Frames |
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 | 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.
|
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 |
Classes implementing java.nio.channels.WritableByteChannel | |
class | This file is not user visible !
|
Methods with parameter type java.nio.channels.WritableByteChannel | |
long |