#include <OldSchoolPropertyListWriting.h>
◆ oldSchoolPListFormatWithErrorDescription:
| - (NSData *) oldSchoolPListFormatWithErrorDescription: |
|
(NSString **) | outErrorDescription |
|
Definition at line 304 of file OldSchoolPropertyListWriting.m.
304 :(NSString **)outErrorDescription
305{
306 NSString *string;
307
308 string = [self oldSchoolPListFormatWithIndentation:0 errorDescription:outErrorDescription];
309 return [[string stringByAppendingString:@"\n"] dataUsingEncoding:NSUTF8StringEncoding];
310}
◆ oldSchoolPListFormatWithIndentation:errorDescription:
| - (NSString *) oldSchoolPListFormatWithIndentation: |
|
(unsigned) | inIndentation |
| errorDescription: |
|
(NSString **) | outErrorDescription |
|
implementation |
Definition at line 313 of file OldSchoolPropertyListWriting.m.
313 :(unsigned)inIndentation errorDescription:(NSString **)outErrorDescription
314{
315 if (NULL != outErrorDescription)
316 {
317 *outErrorDescription = [NSString stringWithFormat:@"Class %@ does not support OldSchoolPropertyListWriting", [self className]];
318 }
320}
The documentation for this category was generated from the following files: