Class IO


  • public class IO
    extends Object
    • Constructor Detail

      • IO

        public IO()
    • Method Detail

      • 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)