| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.forEachByteArrayThrowingIOException(ResourceList.ByteArrayConsumerThrowsIOException byteArrayConsumerThrowsIOException)
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 © 2024. All rights reserved.