网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
以下哪些属于InputStream类的方法?()
A
int read(byte[])
B
void flush()
C
void close()
D
available()
参考答案
参考解析
解析:
暂无解析
更多 “多选题以下哪些属于InputStream类的方法?()Aint read(byte[])Bvoid flush()Cvoid close()Davailable()” 相关考题
考题
下列InputStream构造方法正确的是()。
A、InputStream in=new FileReader(“file.txt”)B、InputStream in=new FileInputStream(“file.txt”)C、InputStream in=new InputStreamFileReader (“file.txt”,“read”)D、FileInputStream in=new FileReader(new File(“file.txt”))
考题
下列选项中,( )是FilterInputStream类构造方法的有效参数。A.无参数B.OutputStream对象C.InputStream对象D.RandomAccessFile对象
考题
对于FileInputStream类,下列哪一项是不正确的()A、从InputStream类继承B、不支持InputStream的有些方法C、不适合读取字符文件,适合读取字节文件D、能实现文件的倒序读取
考题
多选题InputStream子类对象继承了InputStream类的方法read(),read()方法的定义有()。Apublicintread()Bpublicintread(byteb[])Cpubliccharread()Dpubliccharread(byteb[])
考题
单选题对于FileInputStream类,下列哪一项是不正确的()A
从InputStream类继承B
不支持InputStream的有些方法C
不适合读取字符文件,适合读取字节文件D
能实现文件的倒序读取
热门标签
最新试卷