Uses of Interface
io.github.fastclasspathscanner.ResourceList.ByteArrayConsumer
-
Packages that use ResourceList.ByteArrayConsumer Package Description io.github.fastclasspathscanner -
-
Uses of ResourceList.ByteArrayConsumer in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner with parameters of type ResourceList.ByteArrayConsumer Modifier and Type Method Description voidResourceList. forEachByteArray(ResourceList.ByteArrayConsumer byteArrayConsumer)Fetch the content of eachResourcein thisResourceListas a byte array, pass the byte array to the givenResourceList.ByteArrayConsumer, then close the underlying InputStream or release the underlying ByteBuffer by callingResource.close().voidResourceList. forEachByteArray(ResourceList.ByteArrayConsumer byteArrayConsumer, boolean ignoreIOExceptions)Fetch the content of eachResourcein thisResourceListas a byte array, pass the byte array to the givenResourceList.ByteArrayConsumer, then close the underlying InputStream or release the underlying ByteBuffer by callingResource.close().
-