TF_StringView

public class TF_StringView

Public Constructors

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

Public Methods

BytePointer
data()
TF_StringView
data(BytePointer setter)
TF_StringView
getPointer(long i)
TF_StringView
len(long setter)
long
len()
TF_StringView
position(long position)

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

Default native constructor.

public TF_StringView (long size)

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

public TF_StringView (Pointer p)

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

Public Methods

public BytePointer data ()

public TF_StringView data (BytePointer setter)

public TF_StringView getPointer (long i)

public TF_StringView len (long setter)

public long len ()

public TF_StringView position (long position)