?? AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>
- ????:
T
- the type of the InputStream.
- ????:
- ????????, ????? lambda ??????????????
@FunctionalInterface
protected static interface AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream>
Constructor for an InputStream subclass.
-
????
-
??????
-
construct
Construct an InputStream subclass.- ??:
buf
- the bufferoffset
- the offset into the bufferlength
- the length of the buffer- ??:
- the InputStream subclass.
-