Samond Classes Library 1.2.1-RELEASE build 181
|
Class SCStream header file. More...
#import <Foundation/Foundation.h>
#import <scl/SCObject.h>
#import <scl/SCSystemException.h>
#import <scl/SCStreamException.h>
Go to the source code of this file.
Classes | |
class | SCStream |
Abstract parent class of the stream classes hierarchy. More... | |
Class Constants | |
#define | SCStreamClass @"SCStream" |
Class SCStream name. | |
#define | SC_STREAM_MAX_STRING_LENGTH 4096 |
Defaulf maximum string length. | |
Stream Support Types | |
enum | _SCStreamErrorHandling { SCStreamErrorHandlingSystem = 1, SCStreamErrorHandlingStream = 2, SCStreamErrorHandlingStatus = 3 } |
enum | _SCStreamStatus { SCStreamOK = 0, SCStreamNotOpenError = -20021, SCStreamReadOnlyError = -20022, SCStreamWriteOnlyError = -20023, SCStreamUnknownClassError = -20024, SCStreamUnexpectedClassError = -20025, SCStreamUnsupportedClassError = -20026, SCStreamIncompleteReadError = -20027, SCStreamIncompleteWriteError = -20028, SCStreamOpenError = -20029, SCStreamReadError = -20030, SCStreamWriteError = -20031 } |
typedef enum _SCStreamErrorHandling | SCStreamErrorHandling |
Stream error handling type. More... | |
typedef SCInteger | SCStreamStatus |
Stream status type. More... | |
Class SCStream header file.
Contains the declaration of the class SCStream, which presents the methods for support the stream classes hierarchy.
Stream error handling type.
Declares constants, which set the mode of the stream error handling
Stream status type.
Declares constants, which are represent various stream statuses
enum _SCStreamStatus |
Stream status enum type.