|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthla.rti1516.jlc.omt.AbstractDataElement
hla.rti1516.jlc.omt.OmtHLAopaqueData
public class OmtHLAopaqueData
| Constructor Summary | |
|---|---|
OmtHLAopaqueData()
|
|
OmtHLAopaqueData(byte[] bytes)
|
|
| Method Summary | |
|---|---|
void |
decode(ByteWrapper byteWrapper)
Decodes this element from the ByteWrapper. |
void |
encode(ByteWrapper byteWrapper)
Encodes this element into the specified ByteWrapper. |
boolean |
equals(java.lang.Object obj)
|
byte |
get(int index)
Returns the DataElement at the specified position in this array. |
int |
getEncodedLength()
Returns the size in bytes of this element's encoding. |
int |
getOctetBoundary()
Returns the octet boundary of this element. |
byte[] |
getValue()
|
int |
hashCode()
|
java.util.Iterator |
iterator()
Returns an iterator over the elements in this array in proper sequence. |
int |
size()
Returns the number of components in this array. |
| Methods inherited from class hla.rti1516.jlc.omt.AbstractDataElement |
|---|
toByteArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hla.rti1516.jlc.DataElement |
|---|
toByteArray |
| Constructor Detail |
|---|
public OmtHLAopaqueData()
public OmtHLAopaqueData(byte[] bytes)
| Method Detail |
|---|
public int size()
size in interface HLAopaqueDatapublic byte get(int index)
get in interface HLAopaqueDataindex - index of DataElement to return.
public java.util.Iterator iterator()
iterator in interface HLAopaqueDatapublic void encode(ByteWrapper byteWrapper)
DataElement
encode in interface DataElementencode in interface HLAopaqueDatapublic void decode(ByteWrapper byteWrapper)
DataElement
decode in interface DataElementdecode in interface HLAopaqueDatapublic int getEncodedLength()
DataElement
getEncodedLength in interface DataElementgetEncodedLength in interface HLAopaqueDatapublic int getOctetBoundary()
DataElement
getOctetBoundary in interface DataElementgetOctetBoundary in interface HLAopaqueDatapublic byte[] getValue()
getValue in interface HLAopaqueDatapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||