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