public class ChannelPipedOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
ChannelPipedOutputStream(ChannelPipedInputStream sink) |
public ChannelPipedOutputStream(ChannelPipedInputStream sink)
public void write(int i)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.