|
|||||||||
| 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.OmtHLAfixedRecord
public class OmtHLAfixedRecord
| Constructor Summary | |
|---|---|
OmtHLAfixedRecord()
|
|
OmtHLAfixedRecord(DataElement dataElement)
|
|
OmtHLAfixedRecord(DataElement dataElement1,
DataElement dataElement2)
|
|
| Method Summary | |
|---|---|
void |
add(DataElement dataElement)
Adds an element to this fixed record. |
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)
|
DataElement |
get(int index)
Returns element at the specified index. |
int |
getEncodedLength()
Returns the size in bytes of this element's encoding. |
int |
getOctetBoundary()
Returns the octet boundary of this element. |
int |
hashCode()
|
java.util.Iterator |
iterator()
Returns an iterator for the elements in this fixed record. |
int |
size()
Returns the number of elements in this fixed record. |
| 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 OmtHLAfixedRecord()
public OmtHLAfixedRecord(DataElement dataElement)
public OmtHLAfixedRecord(DataElement dataElement1,
DataElement dataElement2)
| Method Detail |
|---|
public final void add(DataElement dataElement)
HLAfixedRecord
add in interface HLAfixedRecordpublic int size()
HLAfixedRecord
size in interface HLAfixedRecordpublic DataElement get(int index)
HLAfixedRecord
get in interface HLAfixedRecordpublic java.util.Iterator iterator()
HLAfixedRecord
iterator in interface HLAfixedRecordpublic int getOctetBoundary()
DataElement
getOctetBoundary in interface DataElementgetOctetBoundary in interface HLAfixedRecordpublic void encode(ByteWrapper byteWrapper)
DataElement
encode in interface DataElementencode in interface HLAfixedRecordpublic int getEncodedLength()
DataElement
getEncodedLength in interface DataElementgetEncodedLength in interface HLAfixedRecordpublic void decode(ByteWrapper byteWrapper)
DataElement
decode in interface DataElementdecode in interface HLAfixedRecordpublic 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 | ||||||||