admin 管理员组

文章数量: 887039


2024年1月10日发(作者:jetbrains fleet安装包)

字节流选选择题

关于字节流,以下是几个选择题:

1. 以下哪个类是字节流的基础类?

A. InputStream

B. OutputStream

C. ByteArrayInputStream

D. ByteArrayOutputStream

2. 以下哪个方法用于从字节流中读取数据?

A. write(byte[] b, int off, int len)

B. read(byte[] b, int off, int len)

C. available()

D. close()

3. 以下哪个方法用于向字节流中写入数据?

A. read(byte[] b, int off, int len)

B. write(byte[] b, int off, int len)

C. available()

D. close()

4. 以下哪个类实现了ByteArrayInputStream和FilterInputStream?

A. BufferedInputStream

B. PushbackInputStream

C. CountingInputStream

D. LineNumberInputStream

5. 以下哪个方法用于将字节转换为字符?

A. read()

B. readUTF()

C. readLine()

D. getInputStream()

答案:

1. A

2. B

3. B

4. A

5. B。


本文标签: 字节 用于 流中 方法