mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +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.
|
||||
* Not thread-safe.
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
public final class BinaryBuffer {
|
||||
private ByteBuffer nioBuffer; // To become a `MemorySegment` once released
|
||||
private NBTReader nbtReader;
|
||||
|
Loading…
Reference in New Issue
Block a user