类 Bits.Decoder

  • 封闭类:
    Bits

    public static class Bits.Decoder
    extends java.lang.Object
    • 构造器详细资料

      • Decoder

        public Decoder()
    • 方法详细资料

      • decodeZigzagValue

        public static int decodeZigzagValue​(int value)
      • decodeZigzagValue

        public static long decodeZigzagValue​(long value)
      • decodeIntValue

        public static int decodeIntValue​(Bits value)
      • decodeDecimalValue

        public static double decodeDecimalValue​(Bits value)
      • decodeFloatValue

        public static float decodeFloatValue​(Bits value)
      • decodeDoubleValue

        public static double decodeDoubleValue​(Bits value)