Uses of Package
org.diyefi.openlogviewer.decoder

Packages that use org.diyefi.openlogviewer.decoder
org.diyefi.openlogviewer.decoder   
 

Classes in org.diyefi.openlogviewer.decoder used by org.diyefi.openlogviewer.decoder
AbstractDecoder
          Typical constructor for this class would look like this
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();
}
LogField.types
           
 



Copyright © 2011 DIYEFI.org. All Rights Reserved.