Uses of Class
org.robovm.rt.bro.ptr.BytePtr
| Package | Description |
|---|---|
| org.robovm.rt.bro.ptr |
-
Uses of BytePtr in org.robovm.rt.bro.ptr
Methods in org.robovm.rt.bro.ptr that return BytePtr Modifier and Type Method Description static BytePtrBytePtr. toBytePtrAsciiZ(String s)Converts the specifiedStringto a NUL-terminated C string of ASCII characters.static BytePtrBytePtr. toBytePtrAsciiZ(String s, boolean useNativeHeap)Converts the specifiedStringto a NUL-terminated C string of ASCII characters.static BytePtrBytePtr. toBytePtrZ(String s)static BytePtrBytePtr. toBytePtrZ(String s, Charset charset)static BytePtrBytePtr. toBytePtrZ(String s, Charset charset, boolean useNativeHeap)