java.lang.Object
com.pervasive.datarush.operators.io.mdf.MDFMetaDataReader
- All Implemented Interfaces:
MDFDataReader
-
Constructor Summary
ConstructorsConstructorDescriptionMDFMetaDataReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconfigureMDF(DataSplit split) longbooleanhasNext()void
-
Constructor Details
-
MDFMetaDataReader
public MDFMetaDataReader(MDFUtil.MDFVersion version, int dataGroup, long recordId, RecordSettable target)
-
-
Method Details
-
configureMDF
- Specified by:
configureMDFin interfaceMDFDataReader- Throws:
IOException
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceMDFDataReader
-
processNext
- Specified by:
processNextin interfaceMDFDataReader- Throws:
IOException
-
getOffset
public long getOffset()- Specified by:
getOffsetin interfaceMDFDataReader
-
close
- Specified by:
closein interfaceMDFDataReader- Throws:
IOException
-