Uses of Interface
com.digertech.sdk.reader.ReaderInterface

Packages that use ReaderInterface
com.digertech.sdk.reader   
com.digertech.sdk.samples   
 

Uses of ReaderInterface in com.digertech.sdk.reader
 

Methods in com.digertech.sdk.reader with parameters of type ReaderInterface
 void DTFileReader.readRecords(ReaderInterface processInterface)
          Read records from the ICL file and pass records to the class implements ProcessingInterface by calling the processRecord(int recordType, X9Record record) method in the class.
 

Uses of ReaderInterface in com.digertech.sdk.samples
 

Classes in com.digertech.sdk.samples that implement ReaderInterface
 class SampleICLFileReader
          This sample implements ReaderInterface and loads the records from ICL file and print field value of each record when it reads records.
 class SampleICLFileReader2
          This sample implements ProcessingInterface loads the records from Image Cash Letter file, validate the image data in type 52 record and print field value of each record and image validation results when it processes records.