org.diyefi.openlogviewer.decoder
Class CSVTypeLog

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

public class CSVTypeLog
extends AbstractDecoder


Constructor Summary
CSVTypeLog(File f)
          This constructor is called when a string path is provided
 
Method Summary
protected  void decodeLog()
          Decodes a CSV type of text file, the first ten lines are parsed individually to detect the delimiter type accepted types of delimiters are TAB, comma, ; , : and \ this decoder does not yet support markers, it will skip them
 void run()
           
 
Methods inherited from class org.diyefi.openlogviewer.decoder.AbstractDecoder
getDecodedLog, getLogFile, getT, setDecodedLog, setLogFile, setT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVTypeLog

public CSVTypeLog(File f)
This constructor is called when a string path is provided

Parameters:
f -
Method Detail

run

public final void run()

decodeLog

protected final void decodeLog()
                        throws IOException
Decodes a CSV type of text file, the first ten lines are parsed individually to detect the delimiter type accepted types of delimiters are TAB, comma, ; , : and \ this decoder does not yet support markers, it will skip them

Throws:
IOException


Copyright © 2011 DIYEFI.org. All Rights Reserved.