ca.quine.jcommons.transform.transforms
Class ParserHelper
java.lang.Object
|
+--ca.quine.jcommons.transform.transforms.ParserHelper
- public class ParserHelper
- extends Object
Uses a configuration file to figure out which delimiter and encoding should
be used for a particular filename.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserHelper
public ParserHelper(File configFile)
throws IOException
getDelimiter
public char getDelimiter(String filename)
getEncoding
public String getEncoding(String filename)