本文介绍了如何使用NSFileHandle在后台读取/写入数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人(带有示例代码)都可以告诉我如何使用NSFileHandle支持在后台读取/写入数据.另外,如何在通信方之间打开套接字?预先感谢...

Can anyone (with example code) please tell me how to support reading/writing of data in background using NSFileHandle. Also, how to open a socket between communicating parties?Thanks in advance...

推荐答案

这并非特定于NSFileHandle,但可能需要使用NSOperationQueue.如果是这样,您可以从苹果公司的示例中看到"LazyTableImages" 示例示例代码.

This is not specific to NSFileHandle but probably you need to use NSOperationQueue. If so, you could see "LazyTableImages" example from apple's sample code.

这篇关于如何使用NSFileHandle在后台读取/写入数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 05:07