public class
TF_TString_View
Public Constructors
TF_TString_View()
Default native constructor.
|
|
TF_TString_View(long size)
Native array allocator.
|
|
TF_TString_View(Pointer p)
Pointer cast constructor.
|
Public Methods
TF_TString_View |
getPointer(long i)
|
TF_TString_View |
position(long position)
|
TF_TString_View |
ptr(BytePointer setter)
|
BytePointer |
ptr()
|
TF_TString_View |
size(long setter)
|
long |
size()
|
Inherited Methods
Public Constructors
public TF_TString_View ()
Default native constructor.
public TF_TString_View (long size)
Native array allocator. Access with ERROR(/Pointer#position(long))
.
public TF_TString_View (Pointer p)
Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer))
.