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 voidResourceList. forEachByteBuffer(ResourceList.ByteBufferConsumer byteBufferConsumer)Read eachResourcein thisResourceListas aByteBuffer, pass theByteBufferto the givenResourceList.InputStreamConsumer, then release theByteBufferafter theResourceList.ByteBufferConsumerreturns, by callingResource.close().voidResourceList. forEachByteBuffer(ResourceList.ByteBufferConsumer byteBufferConsumer, boolean ignoreIOExceptions)Read eachResourcein thisResourceListas aByteBuffer, pass theByteBufferto the givenResourceList.InputStreamConsumer, then release theByteBufferafter theResourceList.ByteBufferConsumerreturns, by callingResource.close().
-