| java.lang.Object java.io.Reader com.caucho.vfs.Utf16RevReader
Method Summary | |
public void | close() Stub close does nothing. | public int | read() Reads into a character buffer using the correct encoding. | public int | read(char[] cbuf, int off, int len) Reads into a character buffer using the correct encoding. |
Utf16RevReader | Utf16RevReader(InputStream is)(Code) | | Create a UTF-16 reader based on the readStream.
|
close | public void close()(Code) | | Stub close does nothing.
|
read | public int read() throws IOException(Code) | | Reads into a character buffer using the correct encoding.
|
read | public int read(char[] cbuf, int off, int len) throws IOException(Code) | | Reads into a character buffer using the correct encoding.
|
|
|