In the table like in the subject two rows in the 2nd column are inconsistent with the rest. Most of the listed methods have the return type and the names of the parameters specified:
It is written:
void write(int)
mark(int readLimit)
it could be:
void write(int b)
void mark(int readLimit)