Class StreamOutput

    • Constructor Summary

      Constructors 
      Constructor Description
      StreamOutput​(java.io.OutputStream outputStream)  
    • Method Summary

      Modifier and Type Method Description
      void close()  
      void flush()  
      protected void internalConsume​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • StreamOutput

        public StreamOutput​(java.io.OutputStream outputStream)
    • Method Detail

      • flush

        public void flush()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable