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