public class FloatAsBytesWritable extends Object implements Writable
| Constructor and Description |
|---|
FloatAsBytesWritable() |
FloatAsBytesWritable(byte[] bytearray,
float max,
float min) |
public FloatAsBytesWritable()
public FloatAsBytesWritable(byte[] bytearray,
float max,
float min)
public byte get(int index)
public float getAsFloat(int index)
public void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic int size()
public void write(DataOutput out) throws IOException
write in interface WritableIOException