Up

NSDataAsset class documentation

Authors

Generated by root

Software documentation for the NSDataAsset class

NSDataAsset : NSObject

Declared in:
AppKit/NSDataAsset.h
Conforms to:
NSCopying
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

data 

- (NSData*) data;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithName: 

- (instancetype) initWithName: (NSDataAssetName)name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithName: bundle: 

- (instancetype) initWithName: (NSDataAssetName)name bundle: (NSBundle*)bundle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

name 

- (NSDataAssetName) name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

typeIdentifier 

- (NSString*) typeIdentifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSDataAsset Class

_bundle

@protected NSBundle* _bundle;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_data

@protected NSData* _data;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_name

@protected NSDataAssetName _name;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_typeIdentifier

@protected NSString* _typeIdentifier;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up