TF_TString_Small

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)).

Public Methods

public TF_TString_Small getPointer (long i)

public TF_TString_Small position (long position)

public TF_TString_Small size (byte setter)

public byte size ()

public byte str (int i)

public TF_TString_Small str (int i, byte setter)

public BytePointer str ()