Interface OffsetIndexedComposite

All Known Implementing Classes:
ISOMsgRef.Ref

public interface OffsetIndexedComposite
A composite TLV structure that supports offset-based indexed access to its elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the current offset.
    void
    Increments the current offset by one.
    void
    Resets the offset to its initial value.
    void
    setOffset(int offset)
    Sets the current offset.
  • Method Details

    • incOffset

      void incOffset()
      Increments the current offset by one.
    • setOffset

      void setOffset(int offset)
      Sets the current offset.
      Parameters:
      offset - the new offset value
    • resetOffset

      void resetOffset()
      Resets the offset to its initial value.
    • getOffset

      int getOffset()
      Returns the current offset.
      Returns:
      the current offset