Uses of Class
com.digertech.sdk.reader.FileIOException

Packages that use FileIOException
com.digertech.sdk.reader   
com.digertech.sdk.samples   
com.digertech.sdk.writer   
 

Uses of FileIOException in com.digertech.sdk.reader
 

Methods in com.digertech.sdk.reader that throw FileIOException
 void DTFileReader.close()
          Close the ICL file.
 void ReaderInterface.readRecord(int recordType, X9Record record)
          Process X9.37 records.
 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.
 

Constructors in com.digertech.sdk.reader that throw FileIOException
DTFileReader(java.io.File file)
          Constructs a newly allocated DTFileReader that represents the ICL file reader.
DTFileReader(java.io.File file, int format)
          Constructs a newly allocated DTFileReader that represents the ICL file reader.
 

Uses of FileIOException in com.digertech.sdk.samples
 

Methods in com.digertech.sdk.samples that throw FileIOException
 void SampleICLFileReader2.readRecord(int recordType, X9Record record)
           
 void SampleICLFileReader.readRecord(int recordType, X9Record record)
           
 void SampleICLFileWriter.writeRecords(java.io.File file, int format)
           
 

Uses of FileIOException in com.digertech.sdk.writer
 

Methods in com.digertech.sdk.writer that throw FileIOException
 void DTFileWriter.close()
          Close the Image Cash Letter file.
 void DTFileWriter.writeRecord(X9Record record)
           
 

Constructors in com.digertech.sdk.writer that throw FileIOException
DTFileWriter(java.io.File file)
          Constructs a newly allocated DTFileWriter that represents the Image Cash Letter file writer.
DTFileWriter(java.io.File file, boolean ebcdic, boolean bigEndia)
          Constructs a newly allocated DTFileWriter that represents the Image Cash Letter file reader.