public class NativeBuffer extends Object
Constructor and Description |
---|
NativeBuffer() |
NativeBuffer(int count) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertReadable() |
protected void |
assertWritable() |
int |
count() |
int |
getElementSize() |
boolean |
isReadOnly() |
NativeBuffer |
mutableCopy() |
NativeBuffer |
release() |
NativeBuffer |
retain() |
int |
size() |
public NativeBuffer mutableCopy()
public int size()
public int count()
public int getElementSize()
public NativeBuffer retain()
public NativeBuffer release()
public boolean isReadOnly()
protected void assertReadable()
protected void assertWritable()