Class HLAfloat32LECoder

java.lang.Object
org.see.skf.util.encoding.HLAfloat32LECoder
All Implemented Interfaces:
Coder<Float>

public class HLAfloat32LECoder extends Object implements Coder<Float>
Coder for the HLAfloat32LE data type.
Since:
1.5
  • Constructor Details

    • HLAfloat32LECoder

      public HLAfloat32LECoder()
  • Method Details

    • decode

      public Float decode(byte[] buffer) throws hla.rti1516_2025.encoding.DecoderException
      Specified by:
      decode in interface Coder<Float>
      Throws:
      hla.rti1516_2025.encoding.DecoderException
    • encode

      public byte[] encode(Float element)
      Specified by:
      encode in interface Coder<Float>
    • getAllowedType

      public Class<Float> getAllowedType()
      Specified by:
      getAllowedType in interface Coder<Float>