#import <ZODBData.h>
Public Member Functions | |
(id) | - initWithContentsOfURL: |
Static Public Member Functions | |
(ZODBData *) | + data |
(id) | + dataWithContentsOfURL: |
Protected Attributes | |
id | zodb |
NSString * | objectPath |
+ (id) dataWithContentsOfURL: | (NSURL *) | url |
Returns a data object containing the data from the location specified by a given URL.
url | NSURL The URL from which to read data. |
- (id) initWithContentsOfURL: | (NSURL *) | url |
Initializes a newly allocated ZODBData object using the keys and values found at a given URL.
url | NSURL The URL from which to read data. |
- (id) zodb [protected] |
The zodbstorage::ZODBStorage instance.
- (NSString *) objectPath [protected] |
Absolute path to the object stored in the ZODB.