Package org.jibx.runtime.impl
Class InputStreamWrapper.WrappedStreamUTF8Reader
java.lang.Object
java.io.Reader
org.jibx.runtime.impl.InputStreamWrapper.WrappedStreamUTF8Reader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Enclosing class:
InputStreamWrapper
Reader for input stream using UTF-8 encoding. This uses the enclosing
class to buffer input from the stream, interpreting it as characters on
demand.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, reset, skip, transferTo
-
Constructor Details
-
WrappedStreamUTF8Reader
private WrappedStreamUTF8Reader()
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
ready
- Overrides:
ready
in classReader
- Throws:
IOException
-