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