When I look at the NSFileHandle API docs, I see that there are many network methods talking about sockets, etc ...
At the top they say:
NSFileHandle objects provide an object-oriented wrapper for access to open files or communication channels.
What is the “communication channel” here? Are there any practical examples explaining this for someone who is not a network ninja?
This is mainly an abstraction, allowing you to access various communication channels using a common interface. This applies to many things with which you send and / or receive data bytes.
( ); , IP-; , , . - .
(netwworking ..) .
Source: https://habr.com/ru/post/1771065/More articles:Attribute-preserving XML parser - pythonHow to use ~ (relative directory) in my java class? - javaIs it possible to commit a single file to multiple directories that use the same parent directory using subversion - svnSpring: Как организовать приложение + веб-контексты? - javaLagrange interpolation in Python - pythonset the time in the Android alarm manager - an alarm instantly triggers - androidvba shapes collection - vbaThe returned XML response has an empty space - xmlJava asynchronous method call - javaWill texture buffers be flushed when deleting OpenGL ES context (iPhone)? - memoryAll Articles