|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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();
}
ArrayList
associated with the key
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
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |