Samond Classes Library 1.2.0-RELEASE build 166
SCStreaming.h
Go to the documentation of this file.
1 //
2 // SCStreaming.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 02.03.12.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
24 @class SCStream;
25 
40 @protocol SCStreaming
41 
56 - (id)initWithStream:(SCStream *)stream;
57 
72 - (id)initWithFileStream:(NSString *)path;
73 
86 - (void)writeToStream:(SCStream *)stream;
87 
100 - (void)writeToFileStream:(NSString *)path;
101 
114 - (void)appendToFileStream:(NSString *)path;
115 
124 - (NSString *)className;
125 
126 @end
NSString * className()
Streams communications protocol.
Definition: SCStreaming.h:40
Abstract parent class of the stream classes hierarchy.
Definition: SCStream.h:242