public final class LtagStringRange
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
LtagStringRange() |
|
LtagStringRange(char offset,
char length) |
protected |
LtagStringRange(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
char |
length()
string length in bytes
|
char |
offset()
offset to the beginning of the string
|
void |
setLength(char value)
string length in bytes
|
void |
setOffset(char value)
offset to the beginning of the string
|