Class ShortFieldPutter


  • public class ShortFieldPutter
    extends FieldPutter
    A field putter for short-type fields.
    • Constructor Detail

      • ShortFieldPutter

        public ShortFieldPutter()
    • Method Detail

      • write

        public void write​(Marshaller marshaller)
                   throws IOException
        Write the value of this field in its proper native format.
        Specified by:
        write in class FieldPutter
        Parameters:
        marshaller - the marshaller to which to write
        Throws:
        IOException - if an error occurs
      • getKind

        public Kind getKind()
        Get the kind of field being written.
        Specified by:
        getKind in class FieldPutter
        Returns:
        the kind of field
      • getShort

        public short getShort()
        Get the short value of this field.
        Overrides:
        getShort in class FieldPutter
        Returns:
        the short value of this field
      • setShort

        public void setShort​(short value)
        Set the short value of this field.
        Overrides:
        setShort in class FieldPutter
        Parameters:
        value - the short value of this field