Uses of Interface
io.github.classgraph.ResourceList.ByteArrayConsumerThrowsIOException
Packages that use ResourceList.ByteArrayConsumerThrowsIOException
-
Uses of ResourceList.ByteArrayConsumerThrowsIOException in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteArrayConsumerThrowsIOExceptionModifier and TypeMethodDescriptionvoid
ResourceList.forEachByteArrayThrowingIOException
(ResourceList.ByteArrayConsumerThrowsIOException byteArrayConsumerThrowsIOException) Fetch the content of eachResource
in thisResourceList
as a byte array, pass the byte array to the givenResourceList.ByteArrayConsumer
, then close the underlying InputStream or release the underlying ByteBuffer by callingResource.close()
.