Пример #1
0
 public void seek(BlockPointer pointer) throws IOException {
   inputStream.close();
   blockCursor.seek(pointer);
   initChunk();
 }