双工流(Duplex)是同时实现了 [Readable] 和 [Writable] 接口的流。

    Duplex 流的例子包括:

    • [TCP socket][TCP sockets]
    • [zlib 流][zlib]
    • [crypto 流][crypto]