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