Which of the following methods are overridden by the FileInputStream class?
Each correct answer represents a complete solution. Choose all that apply.
void reset()
void write(int b)
void flush()
long skip(long numBytes)
Submit