Class RecordIterator


  • public class RecordIterator
    extends java.lang.Object
    Record Iterator for reading large files Note: this is a memory intensive and will not handle files that exceed memory.
    • Field Detail

      • module

        public static final java.lang.String module
      • br

        protected java.io.BufferedReader br
      • dataFileStream

        protected java.io.InputStream dataFileStream
      • closed

        protected boolean closed
      • locationInfo

        protected java.lang.String locationInfo
      • nextLineNum

        protected int nextLineNum
      • curLine

        protected java.lang.String curLine
      • curRecord

        protected Record curRecord
      • nextLine

        protected java.lang.String nextLine
      • nextRecord

        protected Record nextRecord
      • eof

        protected java.lang.String eof