public class TInputStreamReader extends TReader
Constructor and Description |
---|
TInputStreamReader(TInputStream in) |
TInputStreamReader(TInputStream in,
String charsetName) |
TInputStreamReader(TInputStream in,
TCharset charset) |
TInputStreamReader(TInputStream in,
TCharsetDecoder decoder) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getEncoding() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
public TInputStreamReader(TInputStream in, String charsetName) throws TUnsupportedEncodingException
TUnsupportedEncodingException
public TInputStreamReader(TInputStream in, TCharset charset)
public TInputStreamReader(TInputStream in)
public TInputStreamReader(TInputStream in, TCharsetDecoder decoder)
public String getEncoding()
public void close() throws IOException
IOException
public int read() throws IOException
read
in class TReader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class TReader
IOException
public boolean ready() throws IOException
ready
in class TReader
IOException
Copyright © 2019. All rights reserved.