public class WrappedLBuffer extends LBufferAPI
m| Constructor and Description |
|---|
WrappedLBuffer(Memory m,
long offset,
long size) |
| Modifier and Type | Method and Description |
|---|---|
long |
address()
Address of the data part of the allocated memory
|
protected long |
offset() |
long |
size()
Size of this buffer
|
apply, apply, clear, copyTo, copyTo, fill, getByte, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, loadFrom, putByte, putByte, putChar, putChar, putDouble, putDouble, putFloat, putFloat, putInt, putInt, putLong, putLong, putShort, putShort, readFrom, readFrom, readFrom, release, slice, toArray, toDirectByteBuffer, toDirectByteBuffers, toDirectByteBuffers, update, update, view, writeTo, writeTo, writeTo, writeTopublic WrappedLBuffer(Memory m, long offset, long size)
public long address()
LBufferAPIaddress in class LBufferAPIpublic long size()
LBufferAPIsize in class LBufferAPIprotected long offset()
offset in class LBufferAPI