public class CharStream
extends java.lang.Object
| Constructor and Description |
|---|
CharStream(Stream ds) |
CharStream(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int ofs,
int len) |
int |
write(char c) |
int |
write(char[] cbuf) |
int |
write(char[] cbuf,
int ofs,
int len) |
public CharStream(java.lang.String s)
public CharStream(Stream ds)
public int read(char[] cbuf)
throws IOException
IOExceptionpublic int read(char[] cbuf,
int ofs,
int len)
throws IOException
IOExceptionpublic int write(char c)
throws IOException
IOExceptionpublic int write(char[] cbuf)
throws IOException
IOExceptionpublic int write(char[] cbuf,
int ofs,
int len)
throws IOException
IOException