Interface InternalDataTypeComponent

All Superinterfaces:
DataTypeComponent
All Known Implementing Classes:
DataTypeComponentImpl

public interface InternalDataTypeComponent extends DataTypeComponent
  • Method Details

    • setDataType

      void setDataType(DataType dataType)
      Sets the DataType for this component. Must be used carefully since the component will not be resized.
      Parameters:
      dataType - the new DataType for this component
    • update

      void update(int ordinal, int offset, int length)
      Update component ordinal, offset and length during alignment
      Parameters:
      ordinal - updated ordinal
      offset - updated offset
      length - updated byte length
    • toString

      static String toString(DataTypeComponent c)