Class IO

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

public class IO extends Object
Author:
Rick Hightower
  • 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)