Package org.apache.commons.io.output
Interface AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>
- Type Parameters:
T
- the type of the InputStream.
- Enclosing class:
- AbstractByteArrayOutputStream
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
protected static interface AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>
Constructor for an InputStream subclass.
-
Method Summary
-
Method Details
-
construct
Constructs an InputStream subclass.- Parameters:
buffer
- the bufferoffset
- the offset into the bufferlength
- the length of the buffer- Returns:
- the InputStream subclass.
-