| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.forEachByteBufferThrowingIOException(ResourceList.ByteBufferConsumerThrowsIOException byteBufferConsumerThrowsIOException)
Read each
Resource in this ResourceList as a ByteBuffer, pass the ByteBuffer
to the given ResourceList.InputStreamConsumer, then release the ByteBuffer after the
ResourceList.ByteBufferConsumer returns, by calling Resource.close(). |
Copyright © 2024. All rights reserved.