Package 

Class UInt16Adapter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      UInt16Adapter()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      UShort read(ByteArrayReader reader, KType type, List<Annotation> annotations) Reads (decodes) data to specified type
      ByteArray write(UShort obj, KType type, List<Annotation> annotations) Writes (encodes) the object
      • Methods inherited from class dev.sublab.scale.ScaleCodecAdapter

        read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UInt16Adapter

        UInt16Adapter()