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

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_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 ()