Class CloseableByteBuffer

java.lang.Object
io.github.classgraph.CloseableByteBuffer
All Implemented Interfaces:
Closeable, AutoCloseable

public class CloseableByteBuffer extends Object implements Closeable
A wrapper for ByteBuffer that implements the Closeable interface, releasing the ByteBuffer when it is no longer needed.