Esempio n. 1
0
 public void seek(long pos) throws IOException {
   if (kind != Kind.FILE) throw new IOException("not a file");
   seek(nfd.getNativeFD(), pos);
 }