Class IOUtil


  • @InternalApi
    @Deprecated
    public final class IOUtil
    extends java.lang.Object
    Deprecated.
    Is internal API
    Author:
    Brian Remedios
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.io.Writer createWriter()
      Deprecated.
       
      static java.io.Writer createWriter​(java.lang.String reportFile)
      Deprecated.
       
      static java.io.Reader skipBOM​(java.io.Reader source)
      Deprecated.
       
      static void tryCloseClassLoader​(java.lang.ClassLoader classLoader)
      Deprecated.
       
      • 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()
        Deprecated.
      • createWriter

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

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

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