protected class UESStreamHandler.InputStreamFilter
extends java.io.InputStream
DataHead
and was already reported to JAX-WS project.
(https://mimepull.dev.java.net/issues/show_bug.cgi?id=3)Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
in
Instance of wrapped input stream.
|
(package private) boolean |
streamEndReached
Flag if end of stream was reached.
|
Constructor and Description |
---|
UESStreamHandler.InputStreamFilter(java.io.InputStream in)
Creates new instance of InputStreamFilter.
|
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read()
When end of stream was reached, method always returns -1 without reading from wrapped input stream (avoiding exception in some implementations of input stream). |
int |
read(byte[] b)
When end of stream was reached, method always returns -1 without reading from wrapped input stream (avoiding exception in some implementations of input stream). |
int |
read(byte[] b,
When end of stream was reached, method always returns -1 without reading from wrapped input stream (avoiding exception in some implementations of input stream). |
void |
reset() |
long |
skip(long n) |
available
in class java.io.InputStream
java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
mark
in class java.io.InputStream
markSupported
in class java.io.InputStream
read
in class java.io.InputStream
java.io.IOException
read
in class java.io.InputStream
java.io.IOException
read
in class java.io.InputStream
java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
skip
in class java.io.InputStream
java.io.IOException