cz.geek.banking.fio
Class FioImporter

java.lang.Object
  extended by 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.


Constructor Summary
FioImporter()
           
 
Method Summary
protected  BankStatement doParse(String content)
           
 BankStatement parse(InputStream is)
           
 BankStatement parse(String email)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FioImporter

public FioImporter()
Method Detail

parse

public BankStatement parse(InputStream is)

parse

public BankStatement parse(String email)

doParse

protected BankStatement doParse(String content)


Copyright © 2011. All Rights Reserved.