多选题以下哪些属于InputStream类的方法?()Aint read(byte[])Bvoid flush()Cvoid close()Davailable()
多选题
以下哪些属于InputStream类的方法?()
A
int read(byte[])
B
void flush()
C
void close()
D
available()
参考解析
解析:
暂无解析
相关考题:
下列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”))
对于FileInputStream类,下列哪一项是不正确的()A、从InputStream类继承B、不支持InputStream的有些方法C、不适合读取字符文件,适合读取字节文件D、能实现文件的倒序读取
多选题InputStream子类对象继承了InputStream类的方法read(),read()方法的定义有()。Apublicintread()Bpublicintread(byteb[])Cpubliccharread()Dpubliccharread(byteb[])
单选题对于FileInputStream类,下列哪一项是不正确的()A从InputStream类继承B不支持InputStream的有些方法C不适合读取字符文件,适合读取字节文件D能实现文件的倒序读取