importBin(col, f, f.getName(), estimate);
else
importDoc(col, f, f.getName(), estimate);
if ( estimate && i > 0 && i % SAMPLE_SET == 0 ) {
long t = ((fileCount - i) * sw.elapsed()) / i;
pw.print("\r" + sw.toString(t) + EOL_STRING);
pw.flush();
}
}
if ( estimate )