JBoss Marshalling 1.2.1.GA

org.jboss.marshalling.util
Class CharReadField

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

public class CharReadField
extends ReadField


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

CharReadField

public CharReadField(SerializableField field,
                     char value)

CharReadField

public CharReadField(SerializableField field)
Method Detail

getKind

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

getChar

public char getChar()
             throws IOException
Overrides:
getChar in class ReadField
Throws:
IOException

JBoss Marshalling 1.2.1.GA

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