Interface IStoreChunkReader

    • Method Detail

      • getFeature

        org.eclipse.emf.ecore.EStructuralFeature getFeature()
        Since:
        2.0
      • addSimpleChunk

        void addSimpleChunk​(int index)
      • addRangedChunk

        void addRangedChunk​(int fromIndex,
                            int toIndex)
        Parameters:
        fromIndex - Inclusive value.
        toIndex - Exclusive value.