public class CharacterReader
extends java.io.Reader
| Constructor and Description |
|---|
CharacterReader(java.io.InputStream is) |
CharacterReader(java.io.InputStream is,
java.lang.String charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] chars,
int off,
int len) |
public CharacterReader(java.io.InputStream is)
public CharacterReader(java.io.InputStream is,
java.lang.String charset)
public int read(char[] chars,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.