FieldPacker
public
class
FieldPacker
extends Object
Utility class for packing arguments and structures from Android system objects to
RenderScript objects.
This class is only intended to be used to support the
reflected code generated by the RS tool chain. It should not
be called directly.
Summary
Inherited methods |
From
class
java.lang.Object
Object
|
clone()
Creates and returns a copy of this object.
|
boolean
|
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
void
|
finalize()
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
|
final
Class<?>
|
getClass()
Returns the runtime class of this Object .
|
int
|
hashCode()
Returns a hash code value for the object.
|
final
void
|
notify()
Wakes up a single thread that is waiting on this object's
monitor.
|
final
void
|
notifyAll()
Wakes up all threads that are waiting on this object's monitor.
|
String
|
toString()
Returns a string representation of the object.
|
final
void
|
wait(long millis, int nanos)
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
|
final
void
|
wait(long millis)
Causes the current thread to wait until either another thread invokes the
notify() method or the
notifyAll() method for this object, or a
specified amount of time has elapsed.
|
final
void
|
wait()
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object.
|
|
Public constructors
FieldPacker
FieldPacker (int len)
FieldPacker
FieldPacker (byte[] data)
Public methods
addBoolean
void addBoolean (boolean v)
addF32
void addF32 (float v)
addF64
void addF64 (double v)
addI16
void addI16 (short v)
addI32
void addI32 (int v)
addI32
void addI32 (Int2 v)
addI32
void addI32 (Int3 v)
addI32
void addI32 (Int4 v)
addI64
void addI64 (long v)
addI64
void addI64 (Long2 v)
addI64
void addI64 (Long3 v)
addI64
void addI64 (Long4 v)
addI8
void addI8 (Byte2 v)
addI8
void addI8 (Byte3 v)
addI8
void addI8 (Byte4 v)
addI8
void addI8 (byte v)
addU16
void addU16 (Int3 v)
addU16
void addU16 (int v)
addU16
void addU16 (Int4 v)
addU16
void addU16 (Int2 v)
addU32
void addU32 (Long2 v)
addU32
void addU32 (Long3 v)
addU32
void addU32 (long v)
addU32
void addU32 (Long4 v)
addU64
void addU64 (Long4 v)
addU64
void addU64 (long v)
addU64
void addU64 (Long3 v)
addU64
void addU64 (Long2 v)
addU8
void addU8 (short v)
getData
byte[] getData ()
subBoolean
boolean subBoolean ()
subByte2
Byte2 subByte2 ()
subByte3
Byte3 subByte3 ()
subByte4
Byte4 subByte4 ()
subLong2
Long2 subLong2 ()
subLong3
Long3 subLong3 ()
subLong4
Long4 subLong4 ()
subalign
void subalign (int v)