Class ReaderImpl

  • All Implemented Interfaces:
    Reader, java.io.Closeable, java.lang.AutoCloseable

    public class ReaderImpl
    extends java.lang.Object
    implements Reader
    • Constructor Summary

      Constructors 
      Constructor Description
      ReaderImpl​(TickCursor cursor, long endTime)  
    • Method Summary

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

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

      • ReaderImpl

        public ReaderImpl​(TickCursor cursor,
                          long endTime)
    • Method Detail

      • next

        public boolean next()
        Specified by:
        next in interface Reader
      • getMessage

        public java.lang.Object getMessage()
        Specified by:
        getMessage in interface Reader
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException