Class UnsignedInteger5DataType

    • Field Detail

      • dataType

        public static final UnsignedInteger5DataType dataType
        A statically defined UnsignedInteger5DataType instance.
    • Constructor Detail

      • UnsignedInteger5DataType

        public UnsignedInteger5DataType()
      • UnsignedInteger5DataType

        public UnsignedInteger5DataType​(DataTypeManager dtm)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: DataType
        Get a String briefly describing this DataType.
        Returns:
        a one-liner describing this DataType.
      • getLength

        public int getLength()
        Description copied from interface: DataType
        Get the length (number of 8-bit bytes) of this DataType.
        Returns:
        the length of this DataType
      • getOppositeSignednessDataType

        public DataType getOppositeSignednessDataType()
        Specified by:
        getOppositeSignednessDataType in class AbstractIntegerDataType
        Returns:
        the data-type with the opposite signedness from this data-type. For example, this method on IntegerDataType will return an instance of UnsignedIntegerDataType.
      • clone

        public DataType clone​(DataTypeManager dtm)
        Description copied from interface: DataType
        Returns a new instance of this DataType with its universalID and SourceArchive identity retained. Note: for built-in DataType's, clone and copy should have the same affect.
        Parameters:
        dtm - the data-type manager instance whose data-organization should apply.