java.lang.Object
org.apache.groovy.json.internal.IO

public class IO
extends Object
  • Constructor Details

    • IO

      public IO()
  • Method Details

    • read

      public static CharBuf read​(Reader input, CharBuf charBuf, int bufSize)
    • copy

      public static int copy​(Reader input, Writer output)
    • copyLarge

      public static long copyLarge​(Reader reader, Writer writer)
    • copyLarge

      public static long copyLarge​(Reader reader, Writer writer, char[] buffer)