Class UnsignedByte

All Implemented Interfaces:
Serializable

public final class UnsignedByte extends UnsignedNumber
The UnsignedByte class wraps a value of and unsigned 8 bits number.
Author:
Matteo Merli (matteo.merli@gmail.com)
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      See Also:
    • value

      private short value
  • Constructor Details

    • UnsignedByte

      public UnsignedByte(byte c)
    • UnsignedByte

      public UnsignedByte(short c)
    • UnsignedByte

      public UnsignedByte(int c)
    • UnsignedByte

      public UnsignedByte(long c)
    • UnsignedByte

      private UnsignedByte()
  • Method Details