Package org.apache.cxf.transport.udp
Class IoSessionInputStream
java.lang.Object
java.io.InputStream
org.apache.cxf.transport.udp.IoSessionInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
IoSessionInputStream
public IoSessionInputStream(org.apache.mina.core.buffer.IoBuffer b) -
IoSessionInputStream
public IoSessionInputStream()
-
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
waitForData
- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
throwException
-
setBuffer
public void setBuffer(org.apache.mina.core.buffer.IoBuffer b)
-