IOutStream - output stream interface.
IOutStream-输出数据流接口。
Write the modified document to an output stream.
将已修改的文档写入输出流。
Out provides access to the servlet's output stream.
Out提供对servlet的输出流的访问。
Each component writes its own content to the servlet output stream.
每个组件把它自己的内容写到servlet输出流。
Stdout is the standard output stream, which displays output from commands.
stdout是标准输出流,显示来自命令的输出。
Redirects JRuby's standard output to the current HTTP request's output stream.
将JRuby的标准输出重定向到当前HTTP请求的输出流。
The application of one or more predicates may reduce the output stream cardinality.
应用一个或更多谓词可以减少输出流基数。
Since the output stream is a regular file, it is probably good to remove it at the end.
由于输出流是一个规则的文件,因此最好在结束时将其删除。
The last parameter represents the output stream, which holds or stores the extracted data.
最后一个参数表示输出流,用于保持或存储所提取的数据。
The third block of code (lines 8-11) handles writing the document to an output stream as text.
第三个代码块(第 8-11 行)处理将文档作为文本写入输出流。
Figure 2 shows the average times for writing the documents to an output stream using each model.
图2显示了使用每种模型将文档写入到输出流中的平均时间。
Finally, Listing 5 gives the code used to write the document representation to an output stream.
最后,清单5给出了用于将该文档表示转换为输出流的代码。
The output stream of the socket becomes the input stream to the server application and vice-versa.
套接字的输出流将成为服务器应用程序的输入流,反之亦然。
The other, higher-level API style supports the addition of entire event objects into the output stream.
另一种较高层次的API支持将全部事件对象加到输出流中。
The QueueManager's constructor has the simple task of opening an input and output stream to the client.
QueueManager的构造器有一个打开客户机输入和输出流的简单任务。
As you can see, the year is written directly to the output stream. Listing 8 shows the new tag in action.
可以看到,年份直接写入输出流。
The portlet is only a part of a page, so the portlet's output stream must not contain tags such as, , , etc.
portlet只是页面的一部分,因此 portlet的输出流绝对不能包含诸如 、 等标记。
If the output stream was stdout, and if it was redirected to a file, the selected pages will be in that file.
如果输出流是标准输出,并且被重定向至一个文件,则选定的页将在该文件中。
It's a text editor, but unlike file editors such as Ed, it edits the input stream and writes to the output stream.
它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
Finally, close the input stream, flush the output stream, and if it was a pipe, close it with the pclose function.
最后,关闭输入流,清空输出流,如果输出流是管道,则用pclose函数关闭它。
As you can see, the output stream is parameterized: you can send some logs to a file and others to a network socket.
可以看出,输出流是参数化的:您可以把一些日志记录放在文件中,其他的送往网络套接字。
PlusInt takes in integers on its two input streams, adds them together, and outputs the result to its output stream.
PlusInt在两个输入流中都接受整数,把整数加在一起,然后把结果输出到输出流。
The buffer size of the response is also set, and the output stream is retrieved from the response in the out variable.
响应的缓冲区尺寸也进行了设置,输出流也从out变量的响应中得到。
Writing the modified document to an output stream is equally simple (lines 6-8), using the supplied XMLOutputter class.
通过使用提供的XMLOutputter类,将已修改的文档写入输出流同样简单(第 6-8行)。
Otherwise, the original character is placed in the output stream, and the input stream is reset to the original position.
否则,将原来的字符放到输出流中,并且将输入流重置到原始位置。
A direct export specifies the table to export in the URI, and the output can be saved directly to a file or an output stream.
直接导出在uri中指定导出的表,输出可以直接保存到文件或输出流。
If the output stream was stdout, and if it was not redirected to a file or a pipe, the selected pages will appear on the screen.
如果输出流是标准输出,并且没有被重定向至文件或管道,则选定的页将出现在屏幕上。
Makes the standard error stream write to the pipe to the multilog process that is already connected to the standard output stream.
让标准错误流写入到multilog进程的管道,这个管道已经连接到了标准输出流。
Typically, the end block is used to perform final calculations or print summaries that should appear at the end of the output stream.
通常,END代码块用于进行最终计算或者打印应该在输出流结尾处出现的汇总信息。
If it does, I will set the response header Content-Encoding to gzip and wrapper the response output stream with a gzip output stream.
如果支持,我将把响应头Content -Encoding设置为gzip并用gzip输出流把响应输出流包装起来。
应用推荐