Uses of Class
io.github.classgraph.CloseableByteBuffer
-
Packages that use CloseableByteBuffer Package Description io.github.classgraph -
-
Uses of CloseableByteBuffer in io.github.classgraph
Methods in io.github.classgraph that return CloseableByteBuffer Modifier and Type Method Description CloseableByteBufferResource. 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().
-