Class DXDataReader

  • All Implemented Interfaces:
    deltix.util.lang.Disposable, java.io.Closeable, java.lang.AutoCloseable

    public class DXDataReader
    extends java.lang.Object
    implements deltix.util.lang.Disposable
    • Constructor Detail

      • DXDataReader

        public DXDataReader​(java.io.File file)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • readBlock

        public deltix.data.stream.ConsumableMessageSource<deltix.qsrv.hf.pub.InstrumentMessage> readBlock()
                                                                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • nextBlock

        public boolean nextBlock()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getBlockName

        public java.lang.String getBlockName()
      • getTimeRange

        public long[] getTimeRange()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface deltix.util.lang.Disposable