Interface IChunkLoader
-
- All Known Implementing Classes:
CachedChunkLoaderImpl
public interface IChunkLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()close the file reader.IChunkReadergetChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter)ChunkloadChunk(ChunkMetadata chunkMetaData)read all content of any chunk.
-
-
-
Method Detail
-
loadChunk
Chunk loadChunk(ChunkMetadata chunkMetaData) throws java.io.IOException
read all content of any chunk.- Throws:
java.io.IOException
-
close
void close() throws java.io.IOExceptionclose the file reader.- Throws:
java.io.IOException
-
getChunkReader
IChunkReader getChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter) throws java.io.IOException
- Throws:
java.io.IOException
-
-