Class MLogTxtReader

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class MLogTxtReader
    extends java.lang.Object
    implements java.lang.AutoCloseable
    reader for reading mlog.txt
    • Constructor Summary

      Constructors 
      Constructor Description
      MLogTxtReader​(java.lang.String schemaDir, java.lang.String logFileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean hasNext()  
      java.lang.String next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MLogTxtReader

        public MLogTxtReader​(java.lang.String schemaDir,
                             java.lang.String logFileName)
                      throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • next

        public java.lang.String next()
      • hasNext

        public boolean hasNext()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable