public class IoSessionInputStream extends InputStream
| Constructor and Description |
|---|
IoSessionInputStream() |
IoSessionInputStream(org.apache.mina.core.buffer.IoBuffer b) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
setBuffer(org.apache.mina.core.buffer.IoBuffer b) |
void |
throwException(IOException e) |
void |
waitForData() |
mark, markSupported, read, reset, skippublic IoSessionInputStream(org.apache.mina.core.buffer.IoBuffer b)
public IoSessionInputStream()
public int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void waitForData()
throws IOException
IOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void throwException(IOException e)
public void setBuffer(org.apache.mina.core.buffer.IoBuffer b)
Apache CXF