Uses of Class
io.github.classgraph.CloseableByteBuffer
Packages that use CloseableByteBuffer
-
Uses of CloseableByteBuffer in io.github.classgraph
Methods in io.github.classgraph that return CloseableByteBufferModifier and TypeMethodDescriptionResource.readCloseable()
Open aByteBuffer
for a classpath resource, and wrap it in aCloseableByteBuffer
instance, which implements theCloseable.close()
method to free the underlyingByteBuffer
whenclose()
is called, by automatically callingResource.close()
.