mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 10:40:50 +00:00
137 lines
4.2 KiB
Text
137 lines
4.2 KiB
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||
|
<gsdoc base="NSCoder" prev="NSCharacterSet.html" next="NSConditionLock.html" up="Foundation.html">
|
||
|
<head>
|
||
|
<title>NSCoder</title>
|
||
|
<author name="Richard Frith-Macdonald">
|
||
|
<email address="rfm@gnu.org"/>
|
||
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||
|
</author>
|
||
|
<version>0.1</version>
|
||
|
<date>28 February, 2000</date>
|
||
|
</head>
|
||
|
<body>
|
||
|
<chapter>
|
||
|
<heading>NSCoder</heading>
|
||
|
<class name="NSCoder" super="NSObject">
|
||
|
<declared>Foundation/NSCoder.h</declared>
|
||
|
<conform>NSObject</conform>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
<method type="void"><sel>decodeArrayOfObjCType:</sel><arg type="constchar*">itemType</arg><sel>count:(unsigned int)count at:</sel><arg type="void*">address</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void*"><sel>decodeBytesWithReturnedLength:</sel><arg type="unsignedint*">numBytes</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSData*"><sel>decodeDataObject</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="id"><sel>decodeObject</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSPoint"><sel>decodePoint</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="id"><sel>decodePropertyList</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSRect"><sel>decodeRect</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSSize"><sel>decodeSize</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>decodeValueOfObjCType:</sel><arg type="constchar*">valueType</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>decodeValuesOfObjCTypes:</sel><arg type="constchar*">valueTypes,</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeArrayOfObjCType:</sel><arg type="constchar*">itemType</arg><sel>count:(unsigned int)count at:</sel><arg type="constvoid*">address</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeBycopyObject:</sel><arg type="id">object</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeByrefObject:</sel><arg type="id">object</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeBytes:</sel><arg type="void*">address</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeConditionalObject:</sel><arg type="id">object</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeDataObject:</sel><arg type="NSData*">data</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeObject:</sel><arg type="id">object</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodePoint:</sel><arg type="NSPoint">point</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodePropertyList:</sel><arg type="id">aPropertyList</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeRect:</sel><arg type="NSRect">rect</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeRootObject:</sel><arg type="id">rootObject</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeSize:</sel><arg type="NSSize">size</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeValueOfObjCType:</sel><arg type="constchar*">valueType</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>encodeValuesOfObjCTypes:</sel><arg type="constchar*">valueTypes,</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSZone*"><sel>objectZone</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>setObjectZone:</sel><arg type="NSZone*">zone</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="unsignedint"><sel>systemVersion</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="unsignedint"><sel>versionForClassName:</sel><arg type="NSString*">className</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
</class>
|
||
|
</chapter>
|
||
|
</body>
|
||
|
</gsdoc>
|