public class IO
Type Params | Return Type | Name and description |
---|---|---|
|
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) |
|
public static CharBuf |
read(Reader input, CharBuf charBuf, int bufSize) |