Custom forwarding file reader implementation
All custom forwarding file readers must implement the file reader interface
(FileReaderInterface). Custom forwarding file readers should extend the
com.ibm.icpcs.gatewayserver.user.filereader.UserFileReaderImpl
Java™ class, which provides a default implementation of the file reader
interface.
The
com.ibm.icpcs.gatewayserver.samples.filereader.SampleFileReader
Java class, along with its associated data files, provide an example of
a custom forwarding file reader that extends the UserFileReaderImpl
Java class. The data files for the sample custom forwarding file reader
are shown in the following list.- Sample_Text_File.txt
- Sample_Text_File.rte
- Sample_Text_File.eof
Refer to the Javadoc information for more information.