Uses of Interface
io.github.classgraph.ResourceList.InputStreamConsumer
Packages that use ResourceList.InputStreamConsumer
-
Uses of ResourceList.InputStreamConsumer in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.InputStreamConsumerModifier and TypeMethodDescriptionvoidResourceList.forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer) Deprecated.voidResourceList.forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer, boolean ignoreIOExceptions) voidResourceList.forEachInputStreamIgnoringIOException(ResourceList.InputStreamConsumer inputStreamConsumer) Fetch anInputStreamfor eachResourcein thisResourceList, pass theInputStreamto the givenResourceList.InputStreamConsumer, then close theInputStreamafter theResourceList.InputStreamConsumerreturns, by callingResource.close()for eachResource.
ResourceList.forEachInputStreamThrowingIOException(InputStreamConsumerThrowsIOException)instead.