Package org.jibx.runtime.impl
Class InputStreamWrapper.WrappedStream
java.lang.Object
java.io.InputStream
org.jibx.runtime.impl.InputStreamWrapper.WrappedStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
InputStreamWrapper
Stream that just uses the enclosing class to buffer input from the
wrapped stream.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
WrappedStream
private WrappedStream()
-
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-