JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class LongReadField

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

public class LongReadField
extends ReadField


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

Constructor Detail

LongReadField

public LongReadField(SerializableField field,
                     long value)

LongReadField

public LongReadField(SerializableField field)
Method Detail

getKind

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

getLong

public long getLong()
             throws IOException
Overrides:
getLong in class ReadField
Throws:
IOException

JBoss Marshalling 1.3.0.CR9

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