|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.DoubleHelper
Class to help handle doubles
Constructor Summary | |
DoubleHelper()
|
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 |
|
Constructor Detail |
public DoubleHelper()
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 bytespublic 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |