public class NbChannelOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
NbChannelOutputStream(java.nio.channels.WritableByteChannel channel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public NbChannelOutputStream(java.nio.channels.WritableByteChannel channel)
channel - The wrapped channel.public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2005-2020 Restlet.