类 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)
-