Uses of Interface
io.github.fastclasspathscanner.ResourceList.InputStreamConsumer
-
Packages that use ResourceList.InputStreamConsumer Package Description io.github.fastclasspathscanner -
-
Uses of ResourceList.InputStreamConsumer in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner with parameters of type ResourceList.InputStreamConsumer Modifier and Type Method Description voidResourceList. forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer)Fetch anInputStreamfor eachResourcein thisResourceList, pass theInputStreamto the givenResourceList.InputStreamConsumer, then close theInputStreamafter theResourceList.InputStreamConsumerreturns, by callingResource.close().voidResourceList. forEachInputStream(ResourceList.InputStreamConsumer inputStreamConsumer, boolean ignoreIOExceptions)Fetch anInputStreamfor eachResourcein thisResourceList, pass theInputStreamto the givenResourceList.InputStreamConsumer, then close theInputStreamafter theResourceList.InputStreamConsumerreturns, by callingResource.close().
-