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 aByteBufferfor a classpath resource, and wrap it in aCloseableByteBufferinstance, which implements theCloseable.close()method to free the underlyingByteBufferwhenclose()is called, by automatically callingResource.close().