Samond Classes Library 1.2.6-STABLE build 219
|
Class SCStream header file. More...
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" |
#define | SC_STREAM_MAX_STRING_LENGTH 4096 |
Stream Support Types | |
enum | SCStreamErrorHandling { SCStreamErrorHandlingSystem = 1, SCStreamErrorHandlingStream = 2, SCStreamErrorHandlingStatus = 3 } |
enum | SCStreamStatusCode { 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 SCInteger | SCStreamStatus |
Class SCStream header file.
Contains the declaration of the class SCStream, which presents the methods for support the stream classes hierarchy.
#define SC_STREAM_MAX_STRING_LENGTH 4096 |
A default maximum length of the string
#define SCStreamClass @"SCStream" |
A name of the class SCStream
typedef SCInteger SCStreamStatus |
Defines a status of the stream
Declares a set of constants that indicate the mode of the stream errors handling
enum SCStreamStatusCode |
Declares a set of constants that indicate the stream status