public final class Buffers extends Object
Utility class for all buffers (to reduce memory foot print).
| Modifier and Type | Method and Description |
|---|---|
static long |
address(MappedByteBuffer buffer) |
static long |
address(String element) |
static MappedByteBuffer |
direct(byte[] bytes) |
static void |
releaseDirectByteBuffer(MappedByteBuffer buffer) |
public static long address(String element)
public static long address(MappedByteBuffer buffer)
public static void releaseDirectByteBuffer(MappedByteBuffer buffer)
public static MappedByteBuffer direct(byte[] bytes)
Copyright © 2017. All rights reserved.