Modifier and Type | Method and Description |
---|---|
void |
ResourceList.forEachByteArray(ResourceList.ByteArrayConsumer byteArrayConsumer)
Deprecated.
|
void |
ResourceList.forEachByteArray(ResourceList.ByteArrayConsumer byteArrayConsumer,
boolean ignoreIOExceptions)
|
void |
ResourceList.forEachByteArrayIgnoringIOException(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() for each Resource . |
Copyright © 2022. All rights reserved.