Class HTextIO


  • public final class HTextIO
    extends Object
    • Method Detail

      • readAll

        public static String readAll​(InputStream stream,
                                     boolean newline)
        Read the contents of a input stream into a string. This method will close the stream when it is done.
        Parameters:
        stream - The input stream to read.
        newline - true will translate newlines from system format to \n
        Returns:
        The contents of the input stream.
      • isEqual

        public static boolean isEqual​(InputStream... streams)