public abstract static class Conversions.Conversion extends Object
Constructor and Description |
---|
Conversion() |
Modifier and Type | Method and Description |
---|---|
abstract void |
float2raw(float x,
byte[] out,
int outindex) |
abstract float |
raw2float(byte[] in,
int inindex) |
abstract int |
rawBytes() |
boolean |
test_float2raw(float f1) |
boolean |
test_raw2float(byte[] r1) |
public abstract float raw2float(byte[] in, int inindex)
public abstract void float2raw(float x, byte[] out, int outindex)
public abstract int rawBytes()
public boolean test_raw2float(byte[] r1)
public boolean test_float2raw(float f1)