public class InputStreamDecoderReader extends Reader
| Constructor and Description |
|---|
InputStreamDecoderReader(InputStream in,
String charset) |
public InputStreamDecoderReader(InputStream in, String charset)
public void setEncoding(String charset)
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic static void main(String[] args)
Copyright © 2014. All rights reserved.