public class ChannelPipedInputStream extends InputStream
| Constructor and Description |
|---|
ChannelPipedInputStream(Window localWindow) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
eof() |
int |
getTimeout() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
receive(byte[] bytes,
int off,
int len) |
void |
setTimeout(int timeout) |
mark, markSupported, read, reset, skippublic ChannelPipedInputStream(Window localWindow)
public void setTimeout(int timeout)
public int getTimeout()
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 InputStreamIOExceptionpublic 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–2014 The Apache Software Foundation. All rights reserved.