public final class SharedBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
nativePointer |
Modifier | Constructor and Description |
---|---|
(package private) |
SharedBuffer() |
private |
SharedBuffer(long nativePointer) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
append(byte[] buffer,
int offset,
int length) |
(package private) void |
dispose() |
private static SharedBuffer |
fwkCreate(long nativePointer) |
(package private) int |
getSomeData(long position,
byte[] buffer,
int offset,
int length) |
(package private) long |
size() |
private static void |
twkAppend(long nativePointer,
byte[] buffer,
int offset,
int length) |
private static long |
twkCreate() |
private static void |
twkDispose(long nativePointer) |
private static int |
twkGetSomeData(long nativePointer,
long position,
byte[] buffer,
int offset,
int length) |
private static long |
twkSize(long nativePointer) |
SharedBuffer()
private SharedBuffer(long nativePointer)
private static SharedBuffer fwkCreate(long nativePointer)
long size()
int getSomeData(long position, byte[] buffer, int offset, int length)
void append(byte[] buffer, int offset, int length)
void dispose()
private static long twkCreate()
private static long twkSize(long nativePointer)
private static int twkGetSomeData(long nativePointer, long position, byte[] buffer, int offset, int length)
private static void twkAppend(long nativePointer, byte[] buffer, int offset, int length)
private static void twkDispose(long nativePointer)