public interface IDataSegmentIterator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDataSegmentIterator.IDataSegmentChunk
IDataSegmentChunk
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
IDataSegmentIterator.IDataSegmentChunk |
next(int chunkSize)
Returns the next element with the given size (in bytes) in the iteration.
|
boolean hasNext()
true if the iterator has more elements.IDataSegmentIterator.IDataSegmentChunk next(int chunkSize)
chunkSize - The requested size of the next data segment chunk.Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.