T - the type of the InputStream.@FunctionalInterface
protected static interface AbstractByteArrayOutputStream.InputStreamConstructor<T extends java.io.InputStream>
| Modifier and Type | Method and Description |
|---|---|
T |
construct(byte[] buffer,
int offset,
int length)
Constructs an InputStream subclass.
|
T construct(byte[] buffer, int offset, int length)
buffer - the bufferoffset - the offset into the bufferlength - the length of the buffer