Uses of Interface
io.github.classgraph.ResourceList.ByteArrayConsumerThrowsIOException
Packages that use ResourceList.ByteArrayConsumerThrowsIOException
-
Uses of ResourceList.ByteArrayConsumerThrowsIOException in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteArrayConsumerThrowsIOExceptionModifier and TypeMethodDescriptionvoidResourceList.forEachByteArrayThrowingIOException(ResourceList.ByteArrayConsumerThrowsIOException byteArrayConsumerThrowsIOException) 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().