Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
A stream in the context of Beast and networking, represents a full-duplex connection between two programs or hosts, where data represented as bytes may be received reliably in the same order they were written. Streams may support any combination of synchronous and/or asynchronous reading and writing.在 Beast 和网络编程中,流用于表示两个程序或主机之间的全双工连接。数据以字节形式呈现,能够按写入顺序被可靠地接收。流支持同步与异步读写操作的任意组合。