Uses of Interface
io.github.classgraph.ResourceList.InputStreamConsumerThrowsIOException
Packages that use ResourceList.InputStreamConsumerThrowsIOException
-
Uses of ResourceList.InputStreamConsumerThrowsIOException in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.InputStreamConsumerThrowsIOExceptionModifier and TypeMethodDescriptionvoid
ResourceList.forEachInputStreamThrowingIOException
(ResourceList.InputStreamConsumerThrowsIOException inputStreamConsumerThrowsIOException) Fetch anInputStream
for eachResource
in thisResourceList
, pass theInputStream
to the givenResourceList.InputStreamConsumer
, then close theInputStream
after theResourceList.InputStreamConsumer
returns, by callingResource.close()
.