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