Example #1
0
 public final double getDouble(int index) {
   return Numbers.longBitsToDouble(getLong(index));
 }
Example #2
0
 public final float getFloat(int index) {
   return Numbers.intBitsToFloat(getInt(index));
 }
Example #3
0
 public final double getDouble() {
   return Numbers.longBitsToDouble(getLong());
 }