Uses of Interface
io.github.classgraph.ResourceList.ByteBufferConsumerThrowsIOException
Packages that use ResourceList.ByteBufferConsumerThrowsIOException
-
Uses of ResourceList.ByteBufferConsumerThrowsIOException in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteBufferConsumerThrowsIOExceptionModifier and TypeMethodDescriptionvoid
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()
.