Class FlexBuffers.Unsigned

  • Enclosing class:
    FlexBuffers

    static class FlexBuffers.Unsigned
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Unsigned()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static int byteToUnsignedInt​(byte x)  
      (package private) static long intToUnsignedLong​(int x)  
      (package private) static int shortToUnsignedInt​(short x)  
      • Methods inherited from class java.lang.Object

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

      • Unsigned

        Unsigned()
    • Method Detail

      • byteToUnsignedInt

        static int byteToUnsignedInt​(byte x)
      • shortToUnsignedInt

        static int shortToUnsignedInt​(short x)
      • intToUnsignedLong

        static long intToUnsignedLong​(int x)