hla.rti1516.jlc
Interface HLAoctet

All Superinterfaces:
DataElement

public interface HLAoctet
extends DataElement


Method Summary
 void decode(ByteWrapper byteWrapper)
          Decodes this element from the ByteWrapper.
 void encode(ByteWrapper byteWrapper)
          Encodes this element into the specified ByteWrapper.
 int getEncodedLength()
          Returns the size in bytes of this element's encoding.
 int getOctetBoundary()
          Returns the octet boundary of this element.
 byte getValue()
          Returns the byte value of this element.
 
Methods inherited from interface hla.rti1516.jlc.DataElement
toByteArray
 

Method Detail

getOctetBoundary

int getOctetBoundary()
Description copied from interface: DataElement
Returns the octet boundary of this element.

Specified by:
getOctetBoundary in interface DataElement

encode

void encode(ByteWrapper byteWrapper)
Description copied from interface: DataElement
Encodes this element into the specified ByteWrapper.

Specified by:
encode in interface DataElement

getEncodedLength

int getEncodedLength()
Description copied from interface: DataElement
Returns the size in bytes of this element's encoding.

Specified by:
getEncodedLength in interface DataElement
Returns:
size

decode

void decode(ByteWrapper byteWrapper)
Description copied from interface: DataElement
Decodes this element from the ByteWrapper.

Specified by:
decode in interface DataElement

getValue

byte getValue()
Returns the byte value of this element.

Returns:
value