|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.opensmus.MUSMsgContent
public class MUSMsgContent
Class representing the content portion of a message formatted according to the Shockwave MultiUserServer specs.
See technote 15465 "Shockwave Multiuser protocol description" at http://go.adobe.com/kb/ts_tn_15465_en-us
for more information about the internal structure of a Shockwave binary message.
Shockwave is a trademark of Adobe, Inc. All rights reserved.
Field Summary | |
---|---|
java.util.Vector<LValue> |
m_list
Public vector element storing the LValue members. |
Constructor Summary | |
---|---|
MUSMsgContent()
Default Constructor |
Method Summary | |
---|---|
boolean |
addElement(LValue elem)
Adds a LValue element to the message contents |
int |
count()
Returns the number of elements in the message contents list |
void |
dump()
Reserved for internal use of OpenSMUS. |
int |
extractFromBytes(byte[] rawBytes)
Reserved for internal use of OpenSMUS. |
byte[] |
getBytes()
Reserved for internal use of OpenSMUS. |
LValue |
getElementAt(int pos)
Fetches an LValue element from message contents list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector<LValue> m_list
Constructor Detail |
---|
public MUSMsgContent()
Method Detail |
---|
public boolean addElement(LValue elem)
elem
- LValue to add
public LValue getElementAt(int pos)
pos
- index of the element to be retrieved
public int count()
public int extractFromBytes(byte[] rawBytes)
public void dump()
public byte[] getBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |