Package org.apache.groovy.json.internal
Class IO
- java.lang.Object
-
- org.apache.groovy.json.internal.IO
-
public class IO extends Object
-
-
Constructor Summary
Constructors Constructor Description IO()
-
Method Summary
All Methods Static Methods Concrete Methods 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)
-