Uses of Interface
io.github.classgraph.ResourceList.ByteBufferConsumer
-
Packages that use ResourceList.ByteBufferConsumer Package Description io.github.classgraph -
-
Uses of ResourceList.ByteBufferConsumer in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteBufferConsumer Modifier and Type Method Description void
ResourceList. forEachByteBuffer(ResourceList.ByteBufferConsumer byteBufferConsumer)
Deprecated.void
ResourceList. forEachByteBuffer(ResourceList.ByteBufferConsumer byteBufferConsumer, boolean ignoreIOExceptions)
void
ResourceList. forEachByteBufferIgnoringIOException(ResourceList.ByteBufferConsumer byteBufferConsumer)
Read eachResource
in thisResourceList
as aByteBuffer
, pass theByteBuffer
to the givenResourceList.InputStreamConsumer
, then release theByteBuffer
after theResourceList.ByteBufferConsumer
returns, by callingResource.close()
for eachResource
.
-