JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class LongFieldPutter

java.lang.Object
  extended by org.jboss.marshalling.util.FieldPutter
      extended by org.jboss.marshalling.util.LongFieldPutter

public class LongFieldPutter
extends FieldPutter


Constructor Summary
LongFieldPutter()
           
 
Method Summary
 Kind getKind()
           
 long getLong()
           
 void setLong(long value)
           
 void write(Marshaller marshaller)
           
 
Methods inherited from class org.jboss.marshalling.util.FieldPutter
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getObject, getShort, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setObject, setShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongFieldPutter

public LongFieldPutter()
Method Detail

write

public void write(Marshaller marshaller)
           throws IOException
Specified by:
write in class FieldPutter
Throws:
IOException

getKind

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

getLong

public long getLong()
Overrides:
getLong in class FieldPutter

setLong

public void setLong(long value)
Overrides:
setLong in class FieldPutter

JBoss Marshalling 1.3.0.CR9

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