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 Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.DelegatingInputStream
available, close, getDelegate, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
MyDelegatingInputStream
Creates an instance.- Parameters:
delegate- the delegate to call for individual operations
-
-
Method Details
-
getDel
Returns the delegate.- Returns:
- the delgate
-