public class IcsReader
extends java.io.InputStreamReader
Constructor and Description |
---|
IcsReader(java.io.InputStream in,
java.io.Writer out) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int offset,
int length) |
int |
read(java.nio.CharBuffer target) |
public int read() throws java.io.IOException
read
in class java.io.InputStreamReader
java.io.IOException
public int read(char[] cbuf, int offset, int length) throws java.io.IOException
read
in class java.io.InputStreamReader
java.io.IOException
public int read(java.nio.CharBuffer target) throws java.io.IOException
read
in interface java.lang.Readable
read
in class java.io.Reader
java.io.IOException
public int read(char[] cbuf) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
Copyright © 2021. All Rights Reserved.