@FunctionalInterface public static interface ResourceList.ByteArrayConsumer
FunctionalInterface
for consuming the contents of a Resource
as a byte array.Modifier and Type | Method | Description |
---|---|---|
void |
accept(Resource resource,
byte[] byteArray) |
Consume the complete content of a
Resource as a byte array. |
Copyright © 2018. All rights reserved.