Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSFileHandle 是否为我创建套接字?还是我必须自己创建它们,然后设置一个 NSFileHandle 来使用该套接字?
不,不是的。使用initWithFileDescriptor:初始化程序并提供 BSD 套接字。这些是真正的基础知识,都写在文档中,请在发布之前查阅文档。
initWithFileDescriptor: