Samond Classes Library 1.2.0-RELEASE build 166
List of all members
SCStandardErrorStream Class Reference

Standard system error stream (stderr) access class. More...

#import <SCStandardErrorStream.h>

Inheritance diagram for SCStandardErrorStream:
SCStream SCObject <SCCoding> <SCDictionaring> <SCStreaming> <SCCollectioning>

Creating Class Instances

(SCStandardErrorStream *) + stderrStreamWithDelegate:
 
(SCStandardErrorStream *) + stderrStream
 

Initializing Class Instances

(id) - initWithDelegate:
 
(id) - init
 

Additional Inherited Members

- Instance Methods inherited from SCStream
(void) - setErrorHandling:
 
(void) - setDelegate:
 
(void) - resetStats
 
(id< SCStreaming >) - readObject
 
(SCByte- readByte
 
(SCUByte- readUByte
 
(SCShort- readShort
 
(SCUShort- readUShort
 
(SCInteger- readInteger
 
(SCUInteger- readUInteger
 
(SCLong- readLong
 
(SCULong- readULong
 
(char) - readChar
 
(unichar) - readUnichar
 
(const char *) - readCharString
 
(BOOL) - readBool
 
(SCFloat- readFloat
 
(SCDouble- readDouble
 
(SCUSize- readToByte:
 
(SCUSize- readToUByte:
 
(SCUSize- readToShort:
 
(SCUSize- readToUShort:
 
(SCUSize- readToInteger:
 
(SCUSize- readToUInteger:
 
(SCUSize- readToLong:
 
(SCUSize- readToULong:
 
(SCUSize- readToChar:
 
(SCUSize- readToUnichar:
 
(SCUSize- readToCharString:max:
 
(SCUSize- readToBool:
 
(SCUSize- readToFloat:
 
(SCUSize- readToDouble:
 
(void) - writeObject:
 
(void) - writeByte:
 
(void) - writeUByte:
 
(void) - writeShort:
 
(void) - writeUShort:
 
(void) - writeInteger:
 
(void) - writeUInteger:
 
(void) - writeLong:
 
(void) - writeULong:
 
(void) - writeChar:
 
(void) - writeUnichar:
 
(void) - writeCharString:
 
(void) - writeBool:
 
(void) - writeFloat:
 
(void) - writeDouble:
 
(NSString *) - readStringWithEncoding:
 
(NSString *) - readStringWithMax:
 
(NSString *) - readString
 
(void) - writeString:
 
- Instance Methods inherited from SCObject
(id) - initWithCoder:
 
(id) - initWithContentsOfSerializedFile:
 
(void) - encodeWithCoder:
 
(BOOL) - writeContentsToSerializedFile:
 
(id) - initWithDataDictionary:
 
(id) - initWithDataDictionaryFromFile:
 
(void) - writeToDataDictionary:
 
(void) - writeToDataDictionaryFile:atomically:
 
(void) - writeToDataDictionaryFile:
 
(NSDictionary *) - dataDictionary
 
(id) - initWithStream:
 
(id) - initWithFileStream:
 
(void) - writeToStream:
 
(void) - writeToFileStream:
 
(void) - appendToFileStream:
 
(id< SCCollectioning >) - copyObject
 
(SCComparisonResult- compareWithObject:
 
(BOOL) - isEqual:
 
- Instance Methods inherited from <SCCoding>
- Instance Methods inherited from <SCDictionaring>
- Instance Methods inherited from <SCCollectioning>
- Properties inherited from SCStream
SCStreamErrorHandling errorHandling
 
SCStreamStatus status
 
NSString * name
 
BOOL opened
 
BOOL readable
 
BOOL writable
 
BOOL readOnly
 
BOOL writeOnly
 
BOOL readWrite
 
id object
 
SCStreamExceptionstreamException
 
SCSystemExceptionsystemException
 
id< SCStreamDelegatedelegate
 
BOOL eof
 
SCULong totalRead
 
SCULong totalWrite
 
SCULong lastRead
 
SCULong lastWrite
 

Detailed Description

Standard system error stream (stderr) access class.

Since
version 1.1.3

Defines the access to the standard system error stream stderr: Class instances can thrown the following exceptions:

Method Documentation

- (id) init

Initializes a standard error stream by using the default settings.

Attention
Designed initializer
Returns
A newly initialized standard error stream

Reimplemented from SCStream.

- (id) initWithDelegate: (id<SCStreamDelegate>)  delegate

Initializes a standard error stream by using the specified delegate object.

Parameters
delegate- the delegate object
Returns
A newly initialized standard error stream
+ (SCStandardErrorStream *) stderrStream

Returns a standard error stream.

Returns
A standard error stream
+ (SCStandardErrorStream *) stderrStreamWithDelegate: (id<SCStreamDelegate>)  delegate

Returns a standard error stream with the specified delegate object.

Parameters
delegate- the delegate object
Returns
A standard error stream

The documentation for this class was generated from the following files: