outputStream
例句
An OutputStream to send data to the GDB process and an InputStream to receive its response.
Out putStream(向gdb进程发送数据)和InputStream(接收响应)。
This wakes the 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对象的套接字中。