T - the type of the InputStream.@FunctionalInterface protected static interface AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>
| Modifier and Type | Method and Description |
|---|---|
T |
construct(byte[] buf,
int offset,
int length)
Construct an InputStream subclass.
|
T construct(byte[] buf, int offset, int length)
buf - the bufferoffset - the offset into the bufferlength - the length of the bufferCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.