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 OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2005–2013. All rights reserved.