|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jniwrapper.Parameter | +--com.jniwrapper.Pointer | +--com.jniwrapper.Pointer.OutOnly
Represents a pointer to object with undefined initial value. Skips writing initial value of the referenced object.
Nested Class Summary |
Nested classes inherited from class com.jniwrapper.Pointer |
Pointer.Const, Pointer.OutOnly, Pointer.Void |
Field Summary |
Fields inherited from class com.jniwrapper.Pointer |
POINTER_LENGTH |
Constructor Summary | |
Pointer.OutOnly(Parameter ref)
Constructs a new pointer to the given object. |
Method Summary | |
java.lang.Object |
clone()
|
void |
write(DataBuffer stackBuffer,
int offset)
Writes this parameter to a specified data source. |
Methods inherited from class com.jniwrapper.Pointer |
acceptIOPerformer, checkMemHandleLength, getLength, getPointerHandle, getReferencedObject, isNull, pop, read, read, readPointer, readReferencedObject, setNull, setReferencedObject, setReferencedObject, toString, write, writePointer, writeReferencedObject |
Methods inherited from class com.jniwrapper.Parameter |
asReturnValue, equals, getAlignedLength, getBuffer, getOffset, indent, push, setBuffer, toByteArray |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Pointer.OutOnly(Parameter ref)
ref
- referenced object.Method Detail |
public java.lang.Object clone()
clone
in class Pointer
public void write(DataBuffer stackBuffer, int offset) throws MemoryAccessViolationException
Parameter
write
in class Pointer
MemoryAccessViolationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |