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