All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
<TyphoonResource> Protocol Reference
Inheritance diagram for <TyphoonResource>:

Properties

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

(NSString *) - asStringWithEncoding:
 Returns the resource with the given name, using the specified encoding. More...
 

Property Documentation

- (NSData*) data
readnonatomicassign

Returns the resource as data.

- (NSString*) string
readnonatomicassign

Returns the resource with the given name, as an NSString using NSUTF8String encoding.

- (NSURL*) url
readnonatomicassign

Method Documentation

- (NSString *) asStringWithEncoding: (NSStringEncoding)  encoding

Returns the resource with the given name, using the specified encoding.