package de.dhbwstuttgart.core; public interface IItemWithOffset { public int getOffset(); public int getVariableLength(); }