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