Represents a resource within the application bundle. More...
Class Methods | |
(id< TyphoonResource >) | + withName: |
(id< TyphoonResource >) | + withName:inBundle: |
Additional Inherited Members | |
Properties inherited from <TyphoonResource> | |
NSData * | data |
Returns the resource as data. More... | |
NSString * | string |
Returns the resource with the given name, as an NSString using NSUTF8String encoding. More... | |
NSURL * | url |
Instance Methods inherited from <TyphoonResource> | |
(NSString *) | - asStringWithEncoding: |
Returns the resource with the given name, using the specified encoding. More... | |
Represents a resource within the application bundle.
+ (id <TyphoonResource>) withName: | (NSString *) | name |
+ (id <TyphoonResource>) withName: | (NSString *) | name | |
inBundle: | (NSBundle *) | bundle | |