-
- All Known Implementing Classes:
MDFAttachmentReader,MDFMetaDataReader,MDFRecordReader
public interface MDFDataReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidconfigureMDF(DataSplit split)longgetOffset()booleanhasNext()voidprocessNext()
-
-
-
Method Detail
-
configureMDF
void configureMDF(DataSplit split) throws IOException
- Throws:
IOException
-
hasNext
boolean hasNext()
-
processNext
void processNext() throws IOException- Throws:
IOException
-
getOffset
long getOffset()
-
close
void close() throws IOException- Throws:
IOException
-
-