|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdrastic.mCmdIF.DataBuffer
Field Summary | |
protected byte[] |
byteDataBuffer
Pointer to mediacmd buffer |
static int |
CMD_ABSMAX_ARRAY_LEN
The maximum size of the entire message |
static int |
CMD_ABSMAX_CMDID_LEN
The maximum size of the arbID member |
static int |
CMD_D_LNODE_LEN
Size of the first 3 members (the dnode double linked list pointers) |
static int |
CMD_MAX_CLIP_ID_LEN
Size of the clip data area (not including struct) |
static int |
MEDIACMD_BASE_SIZE
Size of the mediacmd structure without arbID data area |
static int |
MESSAGE_FULL_SIZE
largest possible single message (align to DWORD) |
Constructor Summary | |
DataBuffer()
On construct, make a buffer and clear it |
|
DataBuffer(int lDataSize)
On construct, makes a buffer and clears it |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] byteDataBuffer
public static final int CMD_MAX_CLIP_ID_LEN
public static final int CMD_D_LNODE_LEN
public static final int MEDIACMD_BASE_SIZE
public static final int MESSAGE_FULL_SIZE
public static final int CMD_ABSMAX_CMDID_LEN
public static final int CMD_ABSMAX_ARRAY_LEN
Constructor Detail |
public DataBuffer(int lDataSize)
lDataSize
- intpublic DataBuffer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |