Package isi.pasco2.handler

Examples of isi.pasco2.handler.HistoryAccessHandler


public static void main(String[] args) {
   String cachePath = "d:\\Documents and Settings\\bschatz\\Local Settings\\Temporary Internet Files\\Content.IE5\\index.dat";
   String historyPath = "d:\\Documents and Settings\\bschatz\\Local Settings\\History\\History.IE5\\index.dat";
  
   //DifferenceHandler cacheHandler = new DifferenceHandler("Cache");
   DifferenceHandler historyHandler = new DifferenceHandler("History");
  
   //IEIndexFileParser cacheparser = new IEIndexFileParser();
   IEHistoryFileParser historyParser ;
  
   while (true) {
View Full Code Here

TOP

Related Classes of isi.pasco2.handler.HistoryAccessHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.