Class VariableDescriptorRecord

    • Method Detail

      • getPadValueOffset

        public long getPadValueOffset()
        Returns the file offset at which this record's PadValue can be found. If there is no pad value, -1 is returned.
        Returns:
        pad file offset, or -1
      • getPadValueSize

        public int getPadValueSize()
        Returns the number of bytes in the pad value. If there is no pad value, 0 is returned.
        Returns:
        pad value size in bytes