|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.DoubleHelper
Class to help handle doubles
| Method Summary | |
static void |
getIEEEBytes(double d,
byte[] target,
int pos)
Puts the IEEE representation of the double provided into the array at the designated position |
static double |
getIEEEDouble(byte[] data,
int pos)
Gets the IEEE value from the byte array passed in |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static double getIEEEDouble(byte[] data,
int pos)
pos - the position in the data block which contains the double valuedata - the data block containing the raw bytes
public static void getIEEEBytes(double d,
byte[] target,
int pos)
target - the data block into which the binary representation is to
be placedpos - the position in target in which to place the bytesd - the double value to convert to raw bytes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||