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, skip
public IoSessionInputStream(org.apache.mina.core.buffer.IoBuffer b)
public IoSessionInputStream()
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void waitForData() throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void throwException(IOException e)
public void setBuffer(org.apache.mina.core.buffer.IoBuffer b)
Apache CXF