|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ArrayList associated with the key
public CSVTypeLog(File f) {
this.setLogFile(f);
this.setDecodedLog(new GenericLog());
this.setT(new Thread(this, "CSV Type Log Loading"));
this.getT().setPriority(Thread.MAX_PRIORITY);
this.getT().start();
}String path to your binary log
File object of your Binary log
String path to your binary log
File object of your Binary log
String array of headersArrayList.
logFile parse through it and when required pass the job logFile parse through it and when required pass the job
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||