类 Bits.Decoder
- java.lang.Object
-
- com.github.myibu.algorithm.data.Bits.Decoder
-
- 封闭类:
- Bits
public static class Bits.Decoder extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 Decoder()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static doubledecodeDecimalValue(Bits value)static doubledecodeDoubleValue(Bits value)static floatdecodeFloatValue(Bits value)static intdecodeIntValue(Bits value)static intdecodeZigzagValue(int value)static longdecodeZigzagValue(long value)
-
-
-
方法详细资料
-
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)
-
-