Filter for reading from {@link FileReader}. This class is experimental is still expanding. See {@link co.cask.cdap.data.stream.StreamDataFileWriter} for the file format. The methods on this class will be called in the following sequence:
reset() - Called before filtering a new data block acceptTimestamp() - Called when the timestamp of a data block is read getNextTimestampHint() - Called if acceptTimestamp() return false acceptOffset() - Called at each stream event begin offset
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.