Future<Uint8List> readPage(int pageId) async { return await _file.readBytes(pageId * pageSize, pageSize); }