下列不属于FileInputStream输入流的 read() 方法的是(   ) 
A、int read();
B、int read(byte b[]);
C、int read(byte b[],int offset,int len);
D、int read(int line);