下列不属于FileInputStream输入流的read()成员函数的是( )。A.int read (byte b[],int offset,int len)B.int read (int line)C.int read ()D.int read (byte b[])
下列不属于FileInputStream输入流的read()成员函数的是( )。
A.int read (byte b[],int offset,int len)
B.int read (int line)
C.int read ()
D.int read (byte b[])
相关考题:
以下read函数的调用形式中,参数类型正确的是A.read(int fd,char *buf,int count)B.read(int *buf,int fd,int count)C.read(int fd,int count,char *buf)D.read(int count,char *buf,int fd)
以下对Read()和ReadLine()方法的叙述中正确的是 ()。A.Read()方法一次只能从输入流中读取一个字符B.Read()方法可以从输入流中读取一个字符串C.ReadLine()方法一次只能从输入流中读取一个字符D.ReadLine()方法只有当用户按下回车键时返回,而Read()方法不是
read_csv()函数和read_table()函数没有区别,可以随意替换使用。