|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HLAfixedRecord
Interface for the HLA data type HLAfixedRecord.
| 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. |
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. |
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 interface hla.rti1516.jlc.DataElement |
|---|
toByteArray |
| Method Detail |
|---|
int getOctetBoundary()
DataElement
getOctetBoundary in interface DataElementvoid encode(ByteWrapper byteWrapper)
DataElement
encode in interface DataElementint getEncodedLength()
DataElement
getEncodedLength in interface DataElementvoid decode(ByteWrapper byteWrapper)
DataElement
decode in interface DataElementvoid add(DataElement dataElement)
dataElement - int size()
DataElement get(int index)
index - Iterator iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||