org.jboss.marshalling.util
Class LongFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.LongFieldPutter
public class LongFieldPutter
- extends FieldPutter
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 |
LongFieldPutter
public LongFieldPutter()
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
Copyright © 2011 JBoss, a division of Red Hat, Inc.