public class IO
extends java.lang.Object
Constructor | Description |
---|---|
IO() |
Modifier and Type | Method | Description |
---|---|---|
static int |
copy(java.io.Reader input,
java.io.Writer output) |
|
static long |
copyLarge(java.io.Reader reader,
java.io.Writer writer) |
|
static long |
copyLarge(java.io.Reader reader,
java.io.Writer writer,
char[] buffer) |
|
static CharBuf |
read(java.io.Reader input,
CharBuf charBuf,
int bufSize) |