Class BinaryToUnicodeReader

java.lang.Object
java.io.Reader
com.mckoi.database.jdbc.BinaryToUnicodeReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public final class BinaryToUnicodeReader extends Reader
A Reader implementation that wraps around a unicode encoded input stream that encodes each unicode character as 2 bytes. See UnicodeToBinaryStream for the InputStream version of this class.
Author:
Tobias Downer