drastic.mCmdIF
Class DataBuffer

java.lang.Object
  extended bydrastic.mCmdIF.DataBuffer
Direct Known Subclasses:
MEDIACMD

class DataBuffer
extends java.lang.Object


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

byteDataBuffer

protected byte[] byteDataBuffer
Pointer to mediacmd buffer


CMD_MAX_CLIP_ID_LEN

public static final int CMD_MAX_CLIP_ID_LEN
Size of the clip data area (not including struct)

See Also:
Constant Field Values

CMD_D_LNODE_LEN

public static final int CMD_D_LNODE_LEN
Size of the first 3 members (the dnode double linked list pointers)

See Also:
Constant Field Values

MEDIACMD_BASE_SIZE

public static final int MEDIACMD_BASE_SIZE
Size of the mediacmd structure without arbID data area

See Also:
Constant Field Values

MESSAGE_FULL_SIZE

public static final int MESSAGE_FULL_SIZE
largest possible single message (align to DWORD)

See Also:
Constant Field Values

CMD_ABSMAX_CMDID_LEN

public static final int CMD_ABSMAX_CMDID_LEN
The maximum size of the arbID member

See Also:
Constant Field Values

CMD_ABSMAX_ARRAY_LEN

public static final int CMD_ABSMAX_ARRAY_LEN
The maximum size of the entire message

See Also:
Constant Field Values
Constructor Detail

DataBuffer

public DataBuffer(int lDataSize)
On construct, makes a buffer and clears it

Parameters:
lDataSize - int

DataBuffer

public DataBuffer()
On construct, make a buffer and clear it