public class ChannelPipedInputStream extends InputStream
| Constructor and Description |
|---|
ChannelPipedInputStream(Window localWindow) |
public ChannelPipedInputStream(Window localWindow)
public int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionprotected void eof()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void receive(byte[] bytes,
int off,
int len)
throws IOException
IOExceptionCopyright © 2008-2012 Apache Software Foundation. All Rights Reserved.