Class SystemUtil.XMLPropertiesInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    SystemUtil

    private static class SystemUtil.XMLPropertiesInputStream
    extends java.io.FilterInputStream
    This class marks an inputstream as containing XML, does nothing
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Method Summary

      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

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

      • XMLPropertiesInputStream

        public XMLPropertiesInputStream​(java.io.InputStream pIS)