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 intcopy(Reader input, Writer output)static longcopyLarge(Reader reader, Writer writer)static longcopyLarge(Reader reader, Writer writer, char[] buffer)static CharBufread(Reader input, CharBuf charBuf, int bufSize)
-