Class DelegatingInputStreamTest.MyDelegatingInputStream

java.lang.Object
java.io.InputStream
de.iip_ecosphere.platform.support.DelegatingInputStream
test.de.iip_ecosphere.platform.support.DelegatingInputStreamTest.MyDelegatingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
DelegatingInputStreamTest

private class DelegatingInputStreamTest.MyDelegatingInputStream extends de.iip_ecosphere.platform.support.DelegatingInputStream
For testing protected.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • MyDelegatingInputStream

      public MyDelegatingInputStream(InputStream delegate)
      Creates an instance.
      Parameters:
      delegate - the delegate to call for individual operations
  • Method Details

    • getDel

      public InputStream getDel()
      Returns the delegate.
      Returns:
      the delgate