ABSTRACT

As one of abstract class of InutFormt, FileInputFormat class is especially for splitting and reading information of ordinary files. It includes two methods, getSplits() and RecordReader(). Whether splits or not and split rules are drafted in getSplits(). And RecordReader() determines the way in which to read the file.