Package | Description |
---|---|
org.jdtaus.banking.dtaus |
Interface to the german DTAUS file format - Inlandszahlungsverkehr.
|
Modifier and Type | Method and Description |
---|---|
PhysicalFile |
PhysicalFileFactory.createPhysicalFile(File file,
int format)
Creates a new
PhysicalFile on a given File . |
PhysicalFile |
PhysicalFileFactory.createPhysicalFile(File file,
int format,
Properties properties)
Creates a new
PhysicalFile on a given File taking properties to configure the implementation. |
PhysicalFile |
PhysicalFileFactory.createPhysicalFile(FileOperations ops,
int format)
Creates a new
PhysicalFile on given FileOperations . |
PhysicalFile |
PhysicalFileFactory.createPhysicalFile(FileOperations ops,
int format,
Properties properties)
Creates a new
PhysicalFile on given FileOperations taking properties to configure the implementation. |
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.