public class PxDefaultMemoryInputData extends PxInputData
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxDefaultMemoryInputData() |
protected |
PxDefaultMemoryInputData(long address) |
|
PxDefaultMemoryInputData(PxU8Ptr data,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getLength() |
int |
read(NativeObject dest,
int count) |
void |
seek(int pos) |
int |
tell() |
static PxDefaultMemoryInputData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxDefaultMemoryInputData()
protected PxDefaultMemoryInputData(long address)
public static PxDefaultMemoryInputData wrapPointer(long address)
public void destroy()
destroy in class PxInputDatapublic int read(NativeObject dest, int count)
dest - WebIDL type: VoidPtrcount - WebIDL type: unsigned longpublic int getLength()
public void seek(int pos)
pos - WebIDL type: unsigned longpublic int tell()