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 TypeMethodDescriptionintReturns the current offset.voidIncrements the current offset by one.voidResets the offset to its initial value.voidsetOffset(int offset) Sets the current offset.
-
Method Details
-
incOffset
void incOffset()Increments the current offset by one. -
setOffset
-
resetOffset
void resetOffset()Resets the offset to its initial value. -
getOffset
-