• 2022-06-19
    以下哪些属于FileStream类的方法?()
    A: Read()
    B: Flush()
    C: Close()
    D: Open()
  • A,B

    内容

    • 0

      以下哪些是InputStream类的成员方法?(多选) A: int read(byte[]) B: void flush() C: void close() D: void write(int b)

    • 1

      以下选项中,()方法用来写入信息。 A: close B: flush C: write D: read

    • 2

      下面( )不是InputStream类中的方法。 A: int read(byte[]) B: void flush() C: void close() D: int available()

    • 3

      下面( )不是InputStream类中的方法。 A: int read() B: void flush() C: void close() D: void write(byte[] b)

    • 4

      ‏下面哪个不是 InputStream 类中的方法 ‏ A: int read(byte[]) B: void flush() C: void close() D: int available()