@FunctionalInterface public static interface ResourceList.InputStreamConsumer
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Resource resource,
InputStream inputStream) |
Consume a
Resource as an InputStream. |
void accept(Resource resource, InputStream inputStream)
Resource as an InputStream.resource - The Resource used to open the InputStream.inputStream - The InputStream opened on the resource.Copyright © 2018. All rights reserved.