Package org.apache.groovy.json.internal
Class IO
- java.lang.Object
- 
- org.apache.groovy.json.internal.IO
 
- 
 public class IO extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description IO()
 - 
Method SummaryAll 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)
 
-