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.InputStreamReaderjava.io.IOExceptionpublic int read(char[] cbuf,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamReaderjava.io.IOExceptionpublic int read(java.nio.CharBuffer target)
throws java.io.IOException
read in interface java.lang.Readableread in class java.io.Readerjava.io.IOExceptionpublic int read(char[] cbuf)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionCopyright © 2021. All Rights Reserved.