NativeMapped
WTypes.LPSTR.ByReference
public static class WTypes.LPSTR extends PointerType
Modifier and Type | Class | Description |
---|---|---|
static class |
WTypes.LPSTR.ByReference |
Constructor | Description |
---|---|
LPSTR() |
|
LPSTR(Pointer pointer) |
|
LPSTR(java.lang.String value) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getValue() |
|
void |
setValue(java.lang.String value) |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
public LPSTR()
public LPSTR(Pointer pointer)
public LPSTR(java.lang.String value)
public void setValue(java.lang.String value)
public java.lang.String getValue()
public java.lang.String toString()
toString
in class PointerType