com.anwrt.commons.hessian.model
Class HessianDouble
java.lang.Object
com.anwrt.commons.hessian.model.HessianValue
com.anwrt.commons.hessian.model.HessianSimple
com.anwrt.commons.hessian.model.HessianDouble
public class HessianDouble
- extends HessianSimple
Models a 64-bit IEEE floating pointer number.
creation : 26 sept. 2008
- Author:
- David FRANCOIS
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO
public static final HessianDouble ZERO
ONE
public static final HessianDouble ONE
HessianDouble
public HessianDouble(double value)
getValue
public double getValue()
getTypeString
public java.lang.String getTypeString()
- Overrides:
getTypeString in class HessianValue
render
public void render(java.io.OutputStream aStream,
AwtHessianSerializer ser)
throws AwtHessianSerializerException
- Description copied from class:
HessianValue
- Renders the
HessianValue to the given
OutputStream.
- Specified by:
render in class HessianValue
- Parameters:
aStream - to which to renderser - an AwtHessianSerializer instance
- Throws:
AwtHessianSerializerException