JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class IntReadField

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

public class IntReadField
extends ReadField


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

IntReadField

public IntReadField(SerializableField field,
                    int value)

IntReadField

public IntReadField(SerializableField field)
Method Detail

getKind

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

getInt

public int getInt()
           throws IOException
Overrides:
getInt in class ReadField
Throws:
IOException

JBoss Marshalling 1.3.0.CR9

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