@Override
 public long getLength(File f) {
   return VMFile.length(f.getPath());
 }