
public abstract class StoreChunkReader extends Object implements IStoreChunkReader
IStoreChunkReader.Chunk| Constructor and Description |
|---|
StoreChunkReader(IStoreAccessor accessor,
CDORevision revision,
EStructuralFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRangedChunk(int fromIndex,
int toIndex) |
void |
addSimpleChunk(int index) |
IStoreAccessor |
getAccessor() |
List<IStoreChunkReader.Chunk> |
getChunks() |
EStructuralFeature |
getFeature() |
CDORevision |
getRevision() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteReadpublic StoreChunkReader(IStoreAccessor accessor, CDORevision revision, EStructuralFeature feature)
public IStoreAccessor getAccessor()
getAccessor in interface IStoreChunkReaderpublic CDORevision getRevision()
getRevision in interface IStoreChunkReaderpublic EStructuralFeature getFeature()
getFeature in interface IStoreChunkReaderpublic List<IStoreChunkReader.Chunk> getChunks()
public void addSimpleChunk(int index)
addSimpleChunk in interface IStoreChunkReaderpublic void addRangedChunk(int fromIndex,
int toIndex)
addRangedChunk in interface IStoreChunkReaderfromIndex - Inclusive value.toIndex - Exclusive value.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.