导航菜单

filereader是什么意思_翻译中文_怎么读

filereader

网络释义:字符流;文本文件读取;文件作为输入源

网络释义

1.字符流 BufferedReader 缓冲区读取 FileReader 文本文件读取 BufferedWriter 缓冲区输出 ...

3.文件作为输入源 ... 9.3.4输入字符流 Reader 2.文件作为输入源- FileReader 3.字符串作为输入源- StringRead…

4.接口 4.4.2 blob 对象 / 70 4.4.3 filereader 接口 / 72 4.5.2 datatransfer 对象的属性与方法 / 80 ...

5.用于从文件输入 String 属性: FileReader 用于从文件输入; Socket 用于套接字; ...

6.输入流输入流FileReader)和文件输出流(FileWriter)两个类。

例句释义:,字符流,文本文件读取,文件作为输入源

1.A standard FileReader object is instantiated with the location (as a string) of the XQuery file in the constructor.在构造函数中,将使用XQuery文件的位置(一个字符串)实例化一个标准的FileReader对象。

2.FileReader is meant for reading streams of characters.FileReader是读取字符流的工具。

3.With this FileReader object, the XQExpression object then executes the query in the file, using the previously bound values.有了这个FileReader对象之后,XQExpression对象将使用前面的绑定值在该文件中执行查询。