public interface CCharPointerPointer
extends org.graalvm.word.PointerBase
| Modifier and Type | Method and Description |
|---|---|
CCharPointerPointer |
addressOf(int index)
Computes the address of the array element with the specified index, treating the pointer as
an array of the C type.
|
CCharPointerPointer |
addressOf(org.graalvm.word.SignedWord index)
Computes the address of the array element with the specified index, treating the pointer as
an array of the C type.
|
CCharPointer |
read()
Reads the value at the pointer address.
|
CCharPointer |
read(int index)
Reads the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
CCharPointer |
read(org.graalvm.word.SignedWord index)
Reads the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
void |
write(CCharPointer value)
Writes the value at the pointer address.
|
void |
write(int index,
CCharPointer value)
Writes the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
void |
write(org.graalvm.word.SignedWord index,
CCharPointer value)
Writes the value of the array element with the specified index, treating the pointer as an
array of the C type.
|
CCharPointer read()
CCharPointer read(int index)
CCharPointer read(org.graalvm.word.SignedWord index)
void write(CCharPointer value)
void write(int index,
CCharPointer value)
void write(org.graalvm.word.SignedWord index,
CCharPointer value)
CCharPointerPointer addressOf(int index)
CCharPointerPointer addressOf(org.graalvm.word.SignedWord index)