JBoss Marshalling 1.2.1.GA

org.jboss.marshalling.util
Class FloatReadField

java.lang.Object
  extended by org.jboss.marshalling.util.ReadField
      extended by org.jboss.marshalling.util.FloatReadField
All Implemented Interfaces:
Comparable<ReadField>

public class FloatReadField
extends ReadField


Constructor Summary
FloatReadField(SerializableField field)
           
FloatReadField(SerializableField field, float value)
           
 
Method Summary
 float getFloat()
           
 Kind getKind()
           
 
Methods inherited from class org.jboss.marshalling.util.ReadField
compareTo, getBoolean, getByte, getChar, getDouble, getInt, getLong, getName, getObject, getShort, isDefaulted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatReadField

public FloatReadField(SerializableField field,
                      float value)

FloatReadField

public FloatReadField(SerializableField field)
Method Detail

getKind

public Kind getKind()
Specified by:
getKind in class ReadField

getFloat

public float getFloat()
               throws IOException
Overrides:
getFloat in class ReadField
Throws:
IOException

JBoss Marshalling 1.2.1.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.