Class IOUtil

    • Method Detail

      • createWriter

        public static Writer createWriter()
        Deprecated.
      • createWriter

        public static Writer createWriter​(String reportFile)
        Deprecated.
        Creates a writer that writes to the given file or to stdout.

        Warning: This writer always uses the system default charset.

        Parameters:
        reportFile - the file name (optional)
        Returns:
        the writer, never null
      • skipBOM

        public static Reader skipBOM​(Reader source)
        Deprecated.
      • tryCloseClassLoader

        public static void tryCloseClassLoader​(ClassLoader classLoader)
        Deprecated.