com.digertech.sdk.samples
Class SampleICLFileWriter
java.lang.Object
com.digertech.sdk.samples.SampleICLFileWriter
public class SampleICLFileWriter
- extends java.lang.Object
This sample writes ICL records to an ICL file.
To run this sample, a jar file in the lib folder should
be included in the classpath:
FileProcessingSDK.jar
Execute the commmand to run the sample :
java com.digertech.sdk.samples.SampleICLFileWriter [ICL file] [license key]
[ICL file] - ICL file full path name.
[license key] - File processing SDK license key.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleICLFileWriter
public SampleICLFileWriter()
writeRecords
public void writeRecords(java.io.File file,
int format)
throws FileIOException
- Throws:
FileIOException
setLicenseKey
public static void setLicenseKey()
setLicenseKey
public static void setLicenseKey(java.lang.String licenseKey)
main
public static void main(java.lang.String[] args)