TF_TString_View

public class TF_TString_View

Public Constructors

TF_TString_View()
Default native constructor.
TF_TString_View(long size)
Native array allocator.
TF_TString_View(Pointer p)
Pointer cast constructor.

Public Methods

TF_TString_View
getPointer(long i)
TF_TString_View
position(long position)
TF_TString_View
ptr(BytePointer setter)
BytePointer
ptr()
TF_TString_View
size(long setter)
long
size()

Inherited Methods

Public Constructors

public TF_TString_View ()

Default native constructor.

public TF_TString_View (long size)

Native array allocator. Access with ERROR(/Pointer#position(long)).

public TF_TString_View (Pointer p)

Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).

Public Methods

public TF_TString_View getPointer (long i)

public TF_TString_View position (long position)

public TF_TString_View ptr (BytePointer setter)

public BytePointer ptr ()

public TF_TString_View size (long setter)

public long size ()