API  1.0.0
CPImage(CPCoding) Category Reference

Instance Methods

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

Detailed Description

Definition at line 709 of file CPImage.j.

Method Documentation

◆ encodeWithCoder:()

- (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 728 of file CPImage.j.

◆ initWithCoder:()

- (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 716 of file CPImage.j.


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