Пример #1
0
 @Override
 public long copyPage(long srcId, long dstId) throws IOException {
   return mPageArray.copyPage(srcId, dstId);
 }