Generated by
JDiff

Interface org.apache.hadoop.fs.Seekable

Changed Methods
long getPos() Changed from abstract to non-abstract. Return the current offset from the start of the file
void seek(long) Changed from abstract to non-abstract. Seek to the given offset from the start of the file.