Package deltix.qsrv.hf.tickdb.util
Class ReaderImpl
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.util.ReaderImpl
-
-
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()
-
-
-
Constructor Detail
-
ReaderImpl
public ReaderImpl(TickCursor cursor, long endTime)
-
-
Method Detail
-
getMessage
public java.lang.Object getMessage()
- Specified by:
getMessage
in interfaceReader
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-