public class PxDefaultMemoryOutputStream extends PxOutputStream
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxDefaultMemoryOutputStream() |
protected |
PxDefaultMemoryOutputStream(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
NativeObject |
getData() |
int |
getSize() |
static PxDefaultMemoryOutputStream |
wrapPointer(long address) |
void |
write(NativeObject src,
int count) |
checkNotNull, equals, getAddress, hashCodeprotected PxDefaultMemoryOutputStream(long address)
public PxDefaultMemoryOutputStream()
public static PxDefaultMemoryOutputStream wrapPointer(long address)
public void destroy()
destroy in class PxOutputStreampublic void write(NativeObject src, int count)
src - WebIDL type: VoidPtrcount - WebIDL type: unsigned longpublic int getSize()
public NativeObject getData()