导航菜单

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

output stream

美式发音: 英式发音: 

un.输出流

网络释义:输出流类;输出字节流;字节输出流

网络释义

un.1.输出流

1.输出流CevenChengJava代码 package test.io; import java.io.ByteArrayInputStream; im…

2.输出流类包中,基本输入流类(InputStream)和基本输出流类OutputStream)是处理 以 8 位字节为基本单位的字节流类,读写以字 …

3.输出字节流 ... 11.推回输入流- PushbackInputStream 9.3.3输出字节流 OutputStream 2.文件作为输出源- FileOutputStre…

4.字节输出流 ... * 3.字节输出流. OutputSteam * 3.字节输出流OutputStream * 4.字符输出流, Writer ...

5.用于写入文本 ... Object- 对象 OutputStream- 用于写入文本 InputStream- 用于读取文本 ...

6.输出串流 1.2.2 套件( package) 2.2 输出串流 2.2.1 OutPutStream 2.3 输入串流 2.3.1 InputStream ...

7.也是个输出流 ... BufferedWriter 就是个输出流 OutputStream 也是个输出流 ...

例句释义:,输出流,输出流类,输出字节流,字节输出流

1.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。

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

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

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

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

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

7.An OutputStream to send data to the gdb process and an InputStream to receive its responseOutputStream(向gdb进程发送数据)和InputStream(接收响应)