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 CloseableByteBuffer
Resource. 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()
.
-