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 TypeMethodDescriptionvoidrecordRead(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- DataTypesize- inttime- Timestatus- StatusperlChannel- PerlChannel- Throws:
EOFException- End of File exception.IOException- If an exception occurred.
-