Package com.sun.xml.ws.transport.tcp.io
Class BufferedMessageInputStream
java.lang.Object
java.io.InputStream
com.sun.xml.ws.transport.tcp.io.BufferedMessageInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
Constructor Details
-
BufferedMessageInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
bufferMessage
- Throws:
IOException
-
getSourceInputStream
-
getBufferedSize
public int getBufferedSize() -
isClosed
public boolean isClosed() -
isBuffered
public boolean isBuffered() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-