58 - (instancetype)initWithStream:(
SCStream *)stream;
74 - (instancetype)initWithFileStream:(NSString *)path;
88 - (void)writeToStream:(
SCStream *)stream;
102 - (void)writeToFileStream:(NSString *)path;
116 - (void)appendToFileStream:(NSString *)path;
Streams communications protocol.
Definition: SCStreaming.h:42
Abstract parent class of the stream classes hierarchy.
Definition: SCStream.h:242