Uses of Interface
io.github.classgraph.ResourceList.ByteBufferConsumerThrowsIOException
Packages that use ResourceList.ByteBufferConsumerThrowsIOException
-
Uses of ResourceList.ByteBufferConsumerThrowsIOException in io.github.classgraph
Methods in io.github.classgraph with parameters of type ResourceList.ByteBufferConsumerThrowsIOExceptionModifier and TypeMethodDescriptionvoidResourceList.forEachByteBufferThrowingIOException(ResourceList.ByteBufferConsumerThrowsIOException byteBufferConsumerThrowsIOException) Read eachResourcein thisResourceListas aByteBuffer, pass theByteBufferto the givenResourceList.InputStreamConsumer, then release theByteBufferafter theResourceList.ByteBufferConsumerreturns, by callingResource.close().