网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

下列不属于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、一个字符B、当前字符C、一行字符D、指定若干个字符

考题 以下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)

考题 在文件读写中读入所有行到列表的函数是()。A.read()B.read(10)C.readline()D.readlines()

考题 读取CSV格式的文件,用一下哪个函数A.read.csv()B.read.table()C.read.delim()D.write.csv()

考题 常用的外部数据读取函数有()A.read.table()B.read.csv()C.read.spss()D.read.txt()

考题 read函数返回的是列表。

考题 以下对Read()和ReadLine()方法的叙述中正确的是 ()。A.Read()方法一次只能从输入流中读取一个字符B.Read()方法可以从输入流中读取一个字符串C.ReadLine()方法一次只能从输入流中读取一个字符D.ReadLine()方法只有当用户按下回车键时返回,而Read()方法不是

考题 R中读取外部文件的函数有()A.read.tableB.read.csvC.read.xlsxD.read.xlsx2E.read,delim

考题 read_csv()函数和read_table()函数没有区别,可以随意替换使用。