public final class Utf8InputStreamReader extends Reader
java.io.InputStreamReader does more buffering than strictly necessary
(for performance reasons) and this stuffs up passing the underlying
InputStream from command to command.| Constructor and Description |
|---|
Utf8InputStreamReader(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public Utf8InputStreamReader(InputStream in)
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2006–2024. All rights reserved.