public class IO extends Object
IO()
static int
copy(Reader input, Writer output)
static long
copyLarge(Reader reader, Writer writer)
copyLarge(Reader reader, Writer writer, char[] buffer)
static CharBuf
read(Reader input, CharBuf charBuf, int bufSize)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IO()
public static CharBuf read(Reader input, CharBuf charBuf, int bufSize)
public static int copy(Reader input, Writer output)
public static long copyLarge(Reader reader, Writer writer)
public static long copyLarge(Reader reader, Writer writer, char[] buffer)