org.jboss.marshalling.util
Class BooleanReadField
java.lang.Object
org.jboss.marshalling.util.ReadField
org.jboss.marshalling.util.BooleanReadField
- All Implemented Interfaces:
- Comparable<ReadField>
public class BooleanReadField
- extends ReadField
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 |
BooleanReadField
public BooleanReadField(SerializableField field,
boolean value)
BooleanReadField
public BooleanReadField(SerializableField field)
getKind
public Kind getKind()
- Specified by:
getKind
in class ReadField
getBoolean
public boolean getBoolean()
throws IOException
- Overrides:
getBoolean
in class ReadField
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.