public class ByteFieldPutter extends FieldPutter
| Constructor and Description |
|---|
ByteFieldPutter() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte()
Get the byte value of this field.
|
Kind |
getKind()
Get the kind of field being written.
|
void |
setByte(byte value)
Set the byte value of this field.
|
void |
write(Marshaller marshaller)
Write the value of this field in its proper native format.
|
public void write(Marshaller marshaller) throws IOException
write in class FieldPuttermarshaller - the marshaller to which to writeIOException - if an error occurspublic Kind getKind()
getKind in class FieldPutterpublic byte getByte()
getByte in class FieldPutterpublic void setByte(byte value)
setByte in class FieldPuttervalue - the byte value of this fieldCopyright © 2017 JBoss by Red Hat. All rights reserved.