Uses of Interface
io.github.classgraph.ResourceList.InputStreamConsumer
-
-
Uses of ResourceList.InputStreamConsumer in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.InputStreamConsumer Modifier and Type Method Description void
ResourceList. forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer)
Fetch anInputStream
for eachResource
in thisResourceList
, pass theInputStream
to the givenResourceList.InputStreamConsumer
, then close theInputStream
after theResourceList.InputStreamConsumer
returns, by callingResource.close()
.void
ResourceList. forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer, boolean ignoreIOExceptions)
Fetch anInputStream
for eachResource
in thisResourceList
, pass theInputStream
to the givenResourceList.InputStreamConsumer
, then close theInputStream
after theResourceList.InputStreamConsumer
returns, by callingResource.close()
.
-