output file stream的意思|示意
输出文件流
output file stream的网络常见释义
输出文件流 1)ofstream即"output file stream(输出文件流)"。它将建立一个句柄(handle),以便我们以后能以一个文件流的形式写入文件。
output file stream相关短语
1、 file output stream class 文件输出流类
2、 file output stream 文件输出流
output file stream相关例句
The vfprintf() function writes a formatted string to a specified output stream (example: file or database).
函数的作用是:输出格式化字符串到流(例如:文件或数据库)。
Writes the contents of the specified file directly to an HTTP response output stream as a file block.
将指定的档案内容直接写入至HTTP回应输出资料流,做为记忆体区块。
It's a text editor, but unlike file editors such as Ed, it edits the input stream and writes to the output stream.
它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
Since the output stream is a regular file, it is probably good to remove it at the end.
由于输出流是一个规则的文件,因此最好在结束时将其删除。
However, dealing directly with bytes isn't nearly as manageable when you're not just transferring bytes from a source (like a static VXML file) to an output stream.
但如果从源(例如一个静态VXML文件)传输到输出流的不仅仅是字节,那么直接处理字节的方式几乎无法管理控制。
Users can stream the output data into a string, an internal buffer, the standard output, or a file.
用户可以使这些输出数据流入字符串、内部缓冲区、标准输出或文件。