org.jboss.marshalling.util
Class DoubleReadField
java.lang.Object
org.jboss.marshalling.util.ReadField
org.jboss.marshalling.util.DoubleReadField
- All Implemented Interfaces:
- Comparable<ReadField>
public class DoubleReadField
- extends ReadField
Methods inherited from class org.jboss.marshalling.util.ReadField |
compareTo, getBoolean, getByte, getChar, getFloat, getInt, getLong, getName, getObject, getShort, isDefaulted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleReadField
public DoubleReadField(SerializableField field,
double value)
DoubleReadField
public DoubleReadField(SerializableField field)
getKind
public Kind getKind()
- Specified by:
getKind
in class ReadField
getDouble
public double getDouble()
throws IOException
- Overrides:
getDouble
in class ReadField
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.