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