Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSObject(OldSchoolPropertyListWriting) Category Reference

#include <OldSchoolPropertyListWriting.h>

Instance Methods

(NSData *) - oldSchoolPListFormatWithErrorDescription:
 
(NSString *) - oldSchoolPListFormatWithIndentation:errorDescription: [implementation]
 

Detailed Description

Definition at line 35 of file OldSchoolPropertyListWriting.h.

Method Documentation

◆ oldSchoolPListFormatWithErrorDescription:

- (NSData *) oldSchoolPListFormatWithErrorDescription: (NSString **) outErrorDescription

Definition at line 325 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 325 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 }
319 return nil;
320}
return nil

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