| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.forEachByteArray(ResourceList.ByteArrayConsumer byteArrayConsumer)
Fetch the content of each
Resource in this ResourceList as a byte array, pass the byte array
to the given ResourceList.ByteArrayConsumer, then close the underlying InputStream or release the underlying
ByteBuffer by calling Resource.close(). |
void |
ResourceList.forEachByteArray(ResourceList.ByteArrayConsumer byteArrayConsumer,
boolean ignoreIOExceptions)
Fetch the content of each
Resource in this ResourceList as a byte array, pass the byte array
to the given ResourceList.ByteArrayConsumer, then close the underlying InputStream or release the underlying
ByteBuffer by calling Resource.close(). |
Copyright © 2020. All rights reserved.