Ejemplo n.º 1
0
 public void prepare() throws IOException {
   if (fc == null) fc = new RandomAccessFile(fn, "r").getChannel();
   length = fc.size();
   position = 0; // NB only
 }