DispatchIO
An object that manages operations on a file descriptor using either stream-based or random-access semantics.
Declaration
class DispatchIOTopics
Creating a Dispatch I/O Object
init(type:fileDescriptor:queue:cleanupHandler:)init(type:path:oflag:mode:queue:cleanupHandler:)init(type:io:queue:cleanupHandler:)DispatchIO.StreamType
Reading from the File
Writing to the File
Closing the File
Managing the File Descriptor
fileDescriptorsetLimit(highWater:)setLimit(lowWater:)setInterval(interval:flags:)DispatchIO.IntervalFlags