public final class BinaryToUnicodeReader extends Reader
Constructor and Description |
---|
BinaryToUnicodeReader(InputStream input)
Constructor.
|
public BinaryToUnicodeReader(InputStream input)
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] buf, int off, int len) throws IOException
read
in class Reader
IOException
public long skip(long n) throws IOException
skip
in class Reader
IOException
public boolean ready() throws IOException
ready
in class Reader
IOException
public void mark(int readAheadLimit) throws IOException
mark
in class Reader
IOException
public void reset() throws IOException
reset
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2012. All Rights Reserved.