Up

NSPortCoder class reference

Authors

Andrew Kachites McCallum (mccallum@gnu.ai.mit.edu)

Version: 1.44

Date: 2003/07/31 23:49:31

Copyright: (C) 1997,2000 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSPortCoder class
  2. Software documentation for the NSPortCoder(Private) category

Software documentation for the NSPortCoder class

NSPortCoder : NSCoder

Declared in:
Foundation/NSPortCoder.h
Standards:

Description forthcoming.

Method summary

portCoderWithReceivePort: sendPort: components: 

+ (NSPortCoder*) portCoderWithReceivePort: (NSPort*)recv sendPort: (NSPort*)send components: (NSArray*)comp;

Description forthcoming.


connection 

- (NSConnection*) connection;

Description forthcoming.


decodePortObject 

- (NSPort*) decodePortObject;

Description forthcoming.


dispatch 

- (void) dispatch;

Description forthcoming.


encodePortObject: 

- (void) encodePortObject: (NSPort*)aPort;

Description forthcoming.


initWithReceivePort: sendPort: components: 

- (id) initWithReceivePort: (NSPort*)recv sendPort: (NSPort*)send components: (NSArray*)comp;

Description forthcoming.


isBycopy 

- (BOOL) isBycopy;

Description forthcoming.


isByref 

- (BOOL) isByref;

Description forthcoming.


Software documentation for the NSPortCoder(Private) category

NSPortCoder(Private)

Declared in:
Foundation/NSPortCoder.h
Standards:

Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.

Method summary

_components 

- (NSMutableArray*) _components;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.



Up