Class InputStreamWrapper.WrappedStreamUTF8Reader

java.lang.Object
java.io.Reader
org.jibx.runtime.impl.InputStreamWrapper.WrappedStreamUTF8Reader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable
Enclosing class:
InputStreamWrapper

private class InputStreamWrapper.WrappedStreamUTF8Reader extends Reader
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.