API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPImage(CPCoding) Category Reference

Instance Methods

(void) - encodeWithCoder:
 
(id) - initWithCoder:
 

Detailed Description

Definition at line 429 of file CPImage.j.

Method Documentation

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Writes the image data from memory into the coder.

Parameters
aCoderthe coder to which the data will be written

Extends class CPImage.

Definition at line 445 of file CPImage.j.

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the image with data from a coder.

Parameters
aCoderthe coder from which to read the image data
Returns
the initialized image

Extends class CPImage.

Definition at line 436 of file CPImage.j.


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