public class NbChannelOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
NbChannelOutputStream(java.nio.channels.WritableByteChannel channel)
Constructor.
|
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.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.