Package org.jboss.marshalling.util
Class LongFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.LongFieldPutter
A field putter for long-type fields.
-
Constructor Details
-
LongFieldPutter
public LongFieldPutter()
-
-
Method Details
-
write
Write the value of this field in its proper native format.- Specified by:
writein classFieldPutter- Parameters:
marshaller- the marshaller to which to write- Throws:
IOException- if an error occurs
-
getKind
Get the kind of field being written.- Specified by:
getKindin classFieldPutter- Returns:
- the kind of field
-
getLong
public long getLong()Get the long value of this field.- Overrides:
getLongin classFieldPutter- Returns:
- the long value of this field
-
setLong
public void setLong(long value) Set the long value of this field.- Overrides:
setLongin classFieldPutter- Parameters:
value- the long value of this field
-