Generated by
JDiff

Class org.apache.hadoop.mapred.LineRecordReader.LineReader

The superclass changed from java.lang.Object to org.apache.hadoop.util.LineReader.

Now deprecated.

Removed Methods
int readLine(Text) Read from the InputStream into the given Text.
int readLine(Text, int) Read from the InputStream into the given Text.
int readLine(Text, int, int) Read from the InputStream into the given Text.
 

Changed Methods
void close() Method was locally defined, but is now inherited from LineReader. Close the underlying stream.