Package org.jboss.marshalling.util
Class ByteFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.ByteFieldPutter
A field putter for byte-type fields.
-
Constructor Details
-
ByteFieldPutter
public ByteFieldPutter()
-
-
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
-
getByte
public byte getByte()Get the byte value of this field.- Overrides:
getBytein classFieldPutter- Returns:
- the byte value of this field
-
setByte
public void setByte(byte value) Set the byte value of this field.- Overrides:
setBytein classFieldPutter- Parameters:
value- the byte value of this field
-