Class InMemoryCachingStreamBridge

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    class InMemoryCachingStreamBridge
    extends StreamBridge
    StreamBridge that caches all data written to the output side in memory.
    Since:
    1.3
    • Field Summary

      • Fields inherited from class java.io.FilterOutputStream

        out
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.io.InputStream getInputView()
      Creates the input view.
      • Methods inherited from class java.io.FilterOutputStream

        close, flush, write, write, write
      • Methods inherited from class java.io.OutputStream

        nullOutputStream
      • Methods inherited from class java.lang.Object

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

      • InMemoryCachingStreamBridge

        InMemoryCachingStreamBridge()
    • Method Detail

      • getInputView

        java.io.InputStream getInputView()
                                  throws java.io.IOException
        Description copied from class: StreamBridge
        Creates the input view.
        Specified by:
        getInputView in class StreamBridge
        Throws:
        java.io.IOException