public abstract static class CTypeConversion.CCharPointerPointerHolder extends Object implements AutoCloseable
CharSequence[] array as a null-terminated array of
null-terminated C char[]s. The C pointers are only valid as long as the auto-closeable has
not been closed.| Constructor and Description |
|---|
CCharPointerPointerHolder() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Discards the C pointer.
|
abstract CCharPointerPointer |
get()
Returns the C pointer to pointers of null-terminated C char[] arrays.
|
public abstract CCharPointerPointer get()
public abstract void close()
close in interface AutoCloseable