org.diyefi.openlogviewer.decoder
Class FreeEMSByteLA

java.lang.Object
  extended by org.diyefi.openlogviewer.decoder.FreeEMSByteLA
All Implemented Interfaces:
Runnable

public class FreeEMSByteLA
extends Object
implements Runnable

Author:
Bryan

Constructor Summary
FreeEMSByteLA(File f)
          FreeEmsBin Constructor: File object of your Binary log
FreeEMSByteLA(String path)
          FreeEmsBin Constructor: String path to your binary log
 
Method Summary
 void run()
          DecodeLog will use the current logFile parse through it and when required pass the job
to the required method of this class such as decodePacket or checksum.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreeEMSByteLA

public FreeEMSByteLA(String path)
FreeEmsBin Constructor: String path to your binary log

Parameters:
String - path

FreeEMSByteLA

public FreeEMSByteLA(File f)
FreeEmsBin Constructor: File object of your Binary log

Parameters:
File - f
Method Detail

run

public void run()
DecodeLog will use the current logFile parse through it and when required pass the job
to the required method of this class such as decodePacket or checksum.

Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object
Returns:
Misc data about this log
to be implemented in full later


Copyright © 2011 DIYEFI.org. All Rights Reserved.