Package io.sbk.api

Interface DataRecordsReader.RecordTime<T>

Type Parameters:
T - Flexible parameter
Enclosing interface:
DataRecordsReader<T>

public static interface DataRecordsReader.RecordTime<T>
interface RecordTime.
  • 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)
    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) throws EOFException, IOException
      Method to Read records.
      Parameters:
      dType - DataType
      size - int
      time - Time
      status - Status
      perlChannel - PerlChannel
      Throws:
      EOFException - End of File exception.
      IOException - If an exception occurred.