I'm finding the way to read/write file with locking. Does iOS sdk support this feature?
I see there are 2 ways to read-write file.
First with NSFileManager and another is NSInputStream/NSOutputStream, but I haven't seen the way to handle file concurrency, for example, open file with write lock.
Or I have to implement those locking by myself?