//String dirname = readDirName(fr, currrecoff);
//StringBuffer httpheaders = readHTTPHeaders(fr, currrecoff, reclen);
HistoryAccessHandler h = (HistoryAccessHandler) handler;
if (type.startsWith("URL")) {
h.URLRecord(lastAccessTime, accessTime, modTime, url.toString(),
numberOfAccesses);
}
// TODO I havent seen a History file with a LEAK record in it yet... but should
// handle this gracefully