Class OutputStreamFlushableCommandline.OutputStreamFlushReceiver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.OutputStream outputStream  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OutputStreamFlushReceiver​(java.io.OutputStream outputStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void flush()
      Performs a flush, releasing any buffered resources.
      • Methods inherited from class java.lang.Object

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

      • outputStream

        private final java.io.OutputStream outputStream
    • Constructor Detail

      • OutputStreamFlushReceiver

        private OutputStreamFlushReceiver​(java.io.OutputStream outputStream)
    • Method Detail

      • flush

        public void flush()
                   throws java.io.IOException
        Description copied from interface: FlushReceiver
        Performs a flush, releasing any buffered resources.
        Specified by:
        flush in interface FlushReceiver
        Throws:
        java.io.IOException - in case the flush operation failed