[Java] Class IO
- org.apache.groovy.json.internal.IO
public class IO
Methods Summary
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) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
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)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/json/internal/IO.html