Package io.sbk.api

Interface DataRecordsReader.RecordTimeRequests<T>

Enclosing interface:
DataRecordsReader<T>

public static interface DataRecordsReader.RecordTimeRequests<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recordRead(DataType<T> dType, int size, io.time.Time time, Status status, io.perl.api.PerlChannel perlChannel, int id, ReadRequestsLogger logger)
    Method to Read records.
  • Method Details

    • recordRead

      void recordRead(DataType<T> dType, int size, io.time.Time time, Status status, io.perl.api.PerlChannel perlChannel, int id, ReadRequestsLogger logger) throws EOFException, IOException
      Method to Read records.
      Parameters:
      dType - DataType
      size - int
      time - Time
      status - Status
      perlChannel - PerlChannel
      id - Reader id
      logger - log read requests
      Throws:
      EOFException - End of File exception.
      IOException - If an exception occurred.