Class InputSourceUtil


  • public final class InputSourceUtil
    extends java.lang.Object
    Utility methods for working with InputSource instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void close​(org.xml.sax.InputSource inputSource)
      Close the byte stream associated with the given InputSource, if any.
      • Methods inherited from class java.lang.Object

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

      • close

        public static void close​(org.xml.sax.InputSource inputSource)
        Close the byte stream associated with the given InputSource, if any.
        Parameters:
        inputSource - the InputSource to close