outputstream信息详情

outputstream发音

意思翻译

输出流

相似词语短语

output level───[电]输出电平;输出级

dc output───直流输出

total output───总动力,总生产率; 总产量;[工经]总产量;总输出量;总功率

balanced output───平衡[对称]输出;平衡输出

reduced output power───输出功率降低

output file───[计]输出文件

output filename───输出文件名

outputon in a way───以某种方式输出

daily output───[化] 日产量; [经] 日产量;[工经]日产量

sound output device───声音输出装置

双语使用场景

An OutputStream to send data to the GDB process and an InputStream to receive its response.───Out putStream(向gdb进程发送数据)和InputStream(接收响应)。

TxThread, which writes the command to the OutputStream connected to the GDB process.───这会唤醒TxThread,它将命令写入与gdb进程连接的Out putStream中。

Once buffered, the file data is written through the output.write method into the socket of the OutputStream object.───之后,out put . write方法将文件数据写入到out putStream对象的套接字中。

In the case of HTML conversion or multiple-page image conversion, the output folder is zipped, and outputStream of the ZIP file is returned.───在HTML转换或多页图像转换的情况下,将对输出文件夹进行压缩,并返回ZIP文件的outputStream。

Similarly, a java. io. OutputStream representing an output stream of bytes is opened from a Connection for output purposes.───与此相似,为了进行输出,代表字节输出流的java.io.OutputStream将被从Connection打开。

This step includes providing the inputStream of the source file and getting the outputStream of the converted file.───此步骤包括提供源文件的inputStream并获取转换后的文件的outputStream。

Then you can write it back to the client using the OutputStream object of the ASP. NET Response object.───然后,您可以使用ASP.NETResponse对象里的OutputStream对象将其写回到客户端。

This wakes the TxThread, which writes the command to the OutputStream connected to the gdb process.───这会唤醒TxThread,它将命令写入与gdb进程连接的OutputStream中。

An output stream accepts output bytes and sends them to some sink.───OutputStream接收输入的字节,并将其输出到指定的接收器中。

英语使用场景

In the case of SearchText or single image conversion, the output folder is not zipped; the converted files are directly passed to the outputStream.

GZIPOutputStream ( OutputStream out ) Creates a new output stream with a default buffer size.

Otherwise, there is an unpredictable behavior for the home page (error 500 - Server caught unhandled exception from servlet [WCM Framework]: OutputStream already obtained).

In the case of HTML conversion or multiple-page image conversion, the output folder is zipped, and outputStream of the ZIP file is returned.