public class ChannelPipedInputStream extends InputStream
Constructor and Description |
---|
ChannelPipedInputStream(Window localWindow) |
public ChannelPipedInputStream(Window localWindow)
public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
protected void eof()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public void receive(byte[] bytes, int off, int len) throws IOException
IOException
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.