org.apache.cxf.transport.udp
Class IoSessionInputStream
java.lang.Object
java.io.InputStream
org.apache.cxf.transport.udp.IoSessionInputStream
- All Implemented Interfaces:
- Closeable
public class IoSessionInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoSessionInputStream
public IoSessionInputStream(org.apache.mina.core.buffer.IoBuffer b)
IoSessionInputStream
public IoSessionInputStream()
available
public int available()
throws IOException
- Overrides:
available
in class InputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class InputStream
- Throws:
IOException
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
waitForData
public void waitForData()
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
throwException
public void throwException(IOException e)
setBuffer
public void setBuffer(org.apache.mina.core.buffer.IoBuffer b)
Apache CXF