中英
fileinputstream
  • 网络释义
  • 1

     文件输入流

    下一条语句就是我们的第二步,建立管道,用的类是FileInputStream(文件输入流),用于读文件,那么写文件的类应该能够猜到。

  • 2

     字节流

    直接子类FileInputStream(字节流) 构造方法

  • 3

     字节输入流

    1:从文件中读取字节:InputStream ,因为其是抽象类,所以常用其子类:FileInputStream(字节输入流), 来处理。

  • 4

     示例

    ... Directory(目录) FileInputStream(文件输入流) 示例 ByteArrayInputStream(字节数组输入流) 示例 ...

  • 双语例句
  • 1
    FileInputStream represents a file that might not be made of regular text.
    FileInputStream表示一个不由常规文本构成的文件。
  • 2
    To set the marker for the XML column, open a FileInputStream, passing in the location of our XML file.
    要为xml列设置标志符,需打开一个FileInputStream,并传递XML文件的位置。
  • 3
    When instantiating the FileInputStream, pass it a String describing the path to the Excel file to read.
    在实例化FileInputStream时,向它传递一个String,用于描述要读取的Excel文件的路径。
查看更多
  • 百科
  • fileinputstream

    java.lang.Object --- java.io.InputStream ------ java.io.FileInputStream

查看更多