* @since 1.1.0.0 */ interface iChunkDoc { public function getChunkCount(); public function getNextChunk(); }