Пример #1
0
 @Override
 public void writePage(long id, long page) throws IOException {
   checkId(id);
   mPageArray.writePage(id, page, 0);
 }