public class InputStreamReader extends Reader
InputStreamReader,
which suffers from a bug in sun.nio.cs.StreamDecoder| Constructor and Description |
|---|
InputStreamReader(InputStream in,
CharsetDecoder cd) |
InputStreamReader(InputStream in,
CharsetDecoder cd,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public InputStreamReader(InputStream in, CharsetDecoder cd)
public InputStreamReader(InputStream in, CharsetDecoder cd, int bufferSize)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2020. All rights reserved.