public static final 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.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Discards the C pointers.
|
CCharPointerPointer |
get()
Returns the C pointer to pointers of null-terminated C char[] arrays.
|
public CCharPointerPointer get()
public void close()
close in interface AutoCloseable