public class ByteFieldPutter extends FieldPutter
Constructor and Description |
---|
ByteFieldPutter() |
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
Kind |
getKind() |
void |
setByte(byte value) |
void |
write(Marshaller marshaller) |
public void write(Marshaller marshaller) throws java.io.IOException
write
in class FieldPutter
java.io.IOException
public Kind getKind()
getKind
in class FieldPutter
public byte getByte()
getByte
in class FieldPutter
public void setByte(byte value)
setByte
in class FieldPutter