JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class BooleanReadField

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

public class BooleanReadField
extends ReadField


Constructor Summary
BooleanReadField(SerializableField field)
           
BooleanReadField(SerializableField field, boolean value)
           
 
Method Summary
 boolean getBoolean()
           
 Kind getKind()
           
 
Methods inherited from class org.jboss.marshalling.util.ReadField
compareTo, getByte, getChar, getDouble, 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
 

Constructor Detail

BooleanReadField

public BooleanReadField(SerializableField field,
                        boolean value)

BooleanReadField

public BooleanReadField(SerializableField field)
Method Detail

getKind

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

getBoolean

public boolean getBoolean()
                   throws IOException
Overrides:
getBoolean in class ReadField
Throws:
IOException

JBoss Marshalling 1.3.0.CR9

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