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