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 TypeMethodDescriptionvoid
ResourceList.forEachInputStream
(ResourceList.InputStreamConsumer inputStreamConsumer) Deprecated.void
ResourceList.forEachInputStream
(ResourceList.InputStreamConsumer inputStreamConsumer, boolean ignoreIOExceptions) void
ResourceList.forEachInputStreamIgnoringIOException
(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()
for eachResource
.
ResourceList.forEachInputStreamThrowingIOException(InputStreamConsumerThrowsIOException)
instead.