-
- All Known Implementing Classes:
MDFAttachmentReader
,MDFMetaDataReader
,MDFRecordReader
public interface MDFDataReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
configureMDF(DataSplit split)
long
getOffset()
boolean
hasNext()
void
processNext()
-
-
-
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
-
-