@FunctionalInterface public interface StreamConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
consume(InputStream stream,
long size) |
T consume(InputStream stream, long size) throws IOException
IOExceptionCopyright © 2021. All rights reserved.