Class HLAunicodeCharCoder

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

public class HLAunicodeCharCoder extends Object implements Coder<Short>
Coder for the HLAunicodeChar data type.
Since:
1.5
  • Constructor Details

    • HLAunicodeCharCoder

      public HLAunicodeCharCoder()
  • Method Details

    • decode

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

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

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