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 TypeMethodDescriptionvoidResourceList.forEachInputStreamThrowingIOException(ResourceList.InputStreamConsumerThrowsIOException inputStreamConsumerThrowsIOException) Fetch anInputStreamfor eachResourcein thisResourceList, pass theInputStreamto the givenResourceList.InputStreamConsumer, then close theInputStreamafter theResourceList.InputStreamConsumerreturns, by callingResource.close().