| Modifier and Type | Method and Description |
|---|---|
CloseableByteBuffer |
Resource.readCloseable()
Open a
ByteBuffer for a classpath resource, and wrap it in a CloseableByteBuffer instance,
which implements the Closeable.close() method to free the underlying ByteBuffer when
close() is called, by automatically calling Resource.close(). |
Copyright © 2024. All rights reserved.