Class IOUtil


  • public final class IOUtil
    extends java.lang.Object
    Author:
    Brian Remedios
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.Writer createWriter()  
      static java.io.Writer createWriter​(java.lang.String reportFile)  
      static java.io.Reader skipBOM​(java.io.Reader source)  
      static void tryCloseClassLoader​(java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createWriter

        public static java.io.Writer createWriter()
      • createWriter

        public static java.io.Writer createWriter​(java.lang.String reportFile)
      • skipBOM

        public static java.io.Reader skipBOM​(java.io.Reader source)
      • tryCloseClassLoader

        public static void tryCloseClassLoader​(java.lang.ClassLoader classLoader)