com.digertech.sdk.samples
Class SampleICLFileWriter

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


Constructor Summary
SampleICLFileWriter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void setLicenseKey()
           
static void setLicenseKey(java.lang.String licenseKey)
           
 void writeRecords(java.io.File file, int format)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleICLFileWriter

public SampleICLFileWriter()
Method Detail

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)