public class NbChannelOutputStream extends OutputStream
| Constructor and Description |
|---|
NbChannelOutputStream(WritableByteChannel channel)
Constructor.
|
public NbChannelOutputStream(WritableByteChannel channel)
channel - The wrapped channel.public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2005-2017 Restlet.