Class ByteTag


public class ByteTag extends NumericTag<Byte>
The TAG_Byte tag.
  • Constructor Details

    • ByteTag

      public ByteTag(byte value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • getValue

      public Byte getValue()
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class Tag<Byte>
      Returns:
      The value of this tag.