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