Uses of Interface
io.github.classgraph.ResourceList.ByteArrayConsumerThrowsIOException
-
Packages that use ResourceList.ByteArrayConsumerThrowsIOException Package Description io.github.classgraph -
-
Uses of ResourceList.ByteArrayConsumerThrowsIOException in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteArrayConsumerThrowsIOException Modifier and Type Method Description void
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()
.
-