Class TextRecordReader

java.lang.Object
com.blackhillsoftware.zutil.io.RecordReader
com.blackhillsoftware.zutil.io.TextRecordReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class TextRecordReader extends RecordReader implements Closeable
Class to read records from z/OS datasets as Strings. Uses the com.ibm.jzos.RecordReader class to read the data and com.ibm.jzos.fields.StringField to convert the records to Strings.
  • Method Details