Package org.apache.groovy.json.internal
Class IO
java.lang.Object
org.apache.groovy.json.internal.IO
public class IO
extends java.lang.Object
- 
Constructor Summary
Constructors Constructor Description IO() - 
Method Summary
Modifier and Type Method Description static intcopy(java.io.Reader input, java.io.Writer output)static longcopyLarge(java.io.Reader reader, java.io.Writer writer)static longcopyLarge(java.io.Reader reader, java.io.Writer writer, char[] buffer)static CharBufread(java.io.Reader input, CharBuf charBuf, int bufSize)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
IO
public IO() 
 - 
 - 
Method Details
- 
read
 - 
copy
public static int copy(java.io.Reader input, java.io.Writer output) - 
copyLarge
public static long copyLarge(java.io.Reader reader, java.io.Writer writer) - 
copyLarge
public static long copyLarge(java.io.Reader reader, java.io.Writer writer, char[] buffer) 
 -