| Package | Description |
|---|---|
| org.jdtaus.banking.dtaus |
Interface to the german DTAUS file format - Inlandszahlungsverkehr.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PhysicalFileFactory.analyse(File file)
Detects the format by analysing the given
File. |
int |
PhysicalFileFactory.analyse(FileOperations ops)
Detects the format by analysing the given
FileOperations. |
PhysicalFile |
PhysicalFileFactory.getPhysicalFile(File file)
Reads a
PhysicalFile from a given File. |
PhysicalFile |
PhysicalFileFactory.getPhysicalFile(FileOperations ops)
Reads a
PhysicalFile from given FileOperations. |
PhysicalFile |
PhysicalFileFactory.getPhysicalFile(FileOperations ops,
Properties properties)
Reads a
PhysicalFile from given FileOperations taking properties to configure the implementation. |
PhysicalFile |
PhysicalFileFactory.getPhysicalFile(File file,
Properties properties)
Reads a
PhysicalFile from a given File taking properties to configure the implementation. |
Copyright © 2005–2014 jDTAUS. All rights reserved.