ECStandardOutput
Abstract
Used to write to standard output.
Discussion
String outputs use a default encoding which is
NSUTF8StringEncoding.
Methods
- -writeString:
- Writes the given string using the currently set encoding
Writes the given string using the currently set encoding
- writeString: (NSString *) aString;
Parameter Descriptions
aString
- string to write
- method result
- self
(Last Updated August 27, 2006)