Uses of Interface
io.github.classgraph.ResourceList.ByteArrayConsumer
Packages that use ResourceList.ByteArrayConsumer
-
Uses of ResourceList.ByteArrayConsumer in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteArrayConsumerModifier and TypeMethodDescriptionvoid
ResourceList.forEachByteArray
(ResourceList.ByteArrayConsumer byteArrayConsumer) Deprecated.void
ResourceList.forEachByteArray
(ResourceList.ByteArrayConsumer byteArrayConsumer, boolean ignoreIOExceptions) void
ResourceList.forEachByteArrayIgnoringIOException
(ResourceList.ByteArrayConsumer byteArrayConsumer) Fetch the content of eachResource
in thisResourceList
as a byte array, pass the byte array to the givenResourceList.ByteArrayConsumer
, then close the underlying InputStream or release the underlying ByteBuffer by callingResource.close()
for eachResource
.
ResourceList.forEachByteArrayThrowingIOException(ByteArrayConsumerThrowsIOException)
instead.