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
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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))
.