TF_Buffer

public class TF_Buffer

Nested Classes

class TF_Buffer.Data_deallocator_Pointer_long  

Public Constructors

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

Public Methods

Pointer
data()
TF_Buffer
data(Pointer data)
TF_Buffer.Data_deallocator_Pointer_long
TF_Buffer
TF_Buffer
getPointer(long i)
TF_Buffer
length(long setter)
long
length()
TF_Buffer
position(long position)

Inherited Methods

Public Constructors

public TF_Buffer ()

Default native constructor.

public TF_Buffer (long size)

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

public TF_Buffer (Pointer p)

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

Public Methods

public Pointer data ()

public TF_Buffer data (Pointer data)

public TF_Buffer.Data_deallocator_Pointer_long data_deallocator ()

public TF_Buffer data_deallocator (TF_Buffer.Data_deallocator_Pointer_long setter)

public TF_Buffer getPointer (long i)

public TF_Buffer length (long setter)

public long length ()

public TF_Buffer position (long position)