Class SoSFUByte


public class SoSFUByte extends SoSField
Field containing a uint8_t integer. A field containing a single unsigned byte (8-bit) integer.

SoSFUBytes are written to file as an integer in decimal, hexadecimal (beginning with '0x') or octal (beginning with '0') format.

See Also:
  • Constructor Details

  • Method Details

    • getValue

      public byte getValue()
      Returns this field's value.
    • setValue

      public void setValue(byte newValue)
      Sets this field to newValue.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class SoField