cz.geek.banking.fio
Class FioImporter
java.lang.Object
cz.geek.banking.fio.FioImporter
public class FioImporter
- extends Object
Importer is not synchronized. It is recommended to create separate importer instance for each thread.
If multiple threads access a importer concurrently, it must be synchronized externally.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FioImporter
public FioImporter()
parse
public BankStatement parse(InputStream is)
parse
public BankStatement parse(String email)
doParse
protected BankStatement doParse(String content)
Copyright © 2011. All Rights Reserved.