GNU Classpath (0.95) | |
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.
|
GNU Classpath (0.95) |