public class LongFieldPutter extends FieldPutter
| Constructor | Description |
|---|---|
LongFieldPutter() |
| Modifier and Type | Method | Description |
|---|---|---|
Kind |
getKind() |
Get the kind of field being written.
|
long |
getLong() |
Get the long value of this field.
|
void |
setLong(long value) |
Set the long 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 long getLong()
getLong in class FieldPutterpublic void setLong(long value)
setLong in class FieldPuttervalue - the long value of this fieldCopyright © 2018 JBoss by Red Hat. All rights reserved.