Samond Classes Library 1.1.6-RELEASE build 132

SCStreamProtocol.h

Go to the documentation of this file.
00001 //
00002 //  SCStreamProtocol.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 02.03.12.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00015 #import <Foundation/Foundation.h>
00016 
00017 @class SCStream;
00018 
00026 @protocol SCStreamProtocol
00027 
00035 - (id)initWithStream:(SCStream *)stream;
00036 
00043 - (id)initWithFileStream:(NSString *)path;
00044 
00051 - (void)writeToStream:(SCStream *)stream;
00052 
00058 - (void)writeToFileStream:(NSString *)path;
00059 
00065 - (void)appendToFileStream:(NSString *)path;
00066 
00067 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines