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