public class IO extends Object
Constructor and Description |
---|
IO() |
Modifier and Type | Method and 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) |