mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 01:17:47 +01:00
Make BinaryBuffer internal
This commit is contained in:
parent
a2e2461d22
commit
f75f755194
@ -14,6 +14,7 @@ import java.nio.channels.WritableByteChannel;
|
|||||||
* Manages off-heap memory.
|
* Manages off-heap memory.
|
||||||
* Not thread-safe.
|
* Not thread-safe.
|
||||||
*/
|
*/
|
||||||
|
@ApiStatus.Internal
|
||||||
public final class BinaryBuffer {
|
public final class BinaryBuffer {
|
||||||
private ByteBuffer nioBuffer; // To become a `MemorySegment` once released
|
private ByteBuffer nioBuffer; // To become a `MemorySegment` once released
|
||||||
private NBTReader nbtReader;
|
private NBTReader nbtReader;
|
||||||
|
Loading…
Reference in New Issue
Block a user