单项选择题

下列不属于FileInputStream输入流的read()成员函数的是()

A. int read();
B. int read(byte b[]);
C. int read(byte b[],int offset,int len);
D. int read(int line);