~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSUnarchiver.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
3
 
<gsdoc base="NSUnarchiver" prev="NSURLHandle" next="NSUndoManager" up="Base">
4
 
  <head>
5
 
    <title>NSUnarchiver</title>
6
 
    <author name="Richard Frith-Macdonald">
7
 
      <email address="rfm@gnu.org"/>
8
 
      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9
 
    </author>
10
 
    <version>$Revision: 1.7 $</version>
11
 
    <date>$Date: 2001/03/03 09:58:53 $</date>
12
 
  </head>
13
 
  <body>
14
 
    <chapter>
15
 
      <heading>NSUnarchiver</heading>
16
 
      <class name="NSUnarchiver" super="NSCoder">
17
 
        <declared>Foundation/NSArchiver.h</declared>
18
 
        <conform>NSObject</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="NSString*" factory="yes">
22
 
          <sel>classNameDecodedForArchiveClassName:</sel>
23
 
          <arg type="NSString*">nameInArchive</arg>
24
 
          <desc>
25
 
          </desc>
26
 
        </method>
27
 
        <method type="void" factory="yes">
28
 
          <sel>decodeClassName:</sel>
29
 
          <arg type="NSString*">nameInArchive</arg>
30
 
          <desc>
31
 
          </desc>
32
 
        </method>
33
 
        <method type="id" factory="yes">
34
 
          <sel>unarchiveObjectWithData:</sel>
35
 
          <arg type="NSData*">data</arg>
36
 
          <desc>
37
 
          </desc>
38
 
        </method>
39
 
        <method type="id" factory="yes">
40
 
          <sel>unarchiveObjectWithFile:</sel>
41
 
          <arg type="NSString*">path</arg>
42
 
          <desc>
43
 
          </desc>
44
 
        </method>
45
 
        <method type="NSString*">
46
 
          <sel>classNameDecodedForArchiveClassName:</sel>
47
 
          <arg type="NSString*">nameInArchive</arg>
48
 
          <desc>
49
 
          </desc>
50
 
        </method>
51
 
        <method type="void">
52
 
          <sel>decodeClassName:</sel>
53
 
          <arg type="NSString*">nameInArchive</arg>
54
 
          <desc>
55
 
          </desc>
56
 
        </method>
57
 
        <method type="id">
58
 
          <sel>initForReadingWithData:</sel>
59
 
          <arg type="NSData*">data</arg>
60
 
          <desc>
61
 
          </desc>
62
 
        </method>
63
 
        <method type="BOOL">
64
 
          <sel>isAtEnd</sel>
65
 
          <desc>
66
 
          </desc>
67
 
        </method>
68
 
        <method type="NSZone*">
69
 
          <sel>objectZone</sel>
70
 
          <desc>
71
 
          </desc>
72
 
        </method>
73
 
        <method type="void">
74
 
          <sel>replaceObject:</sel>
75
 
          <arg type="id">object</arg>
76
 
          <sel>withObject:</sel>
77
 
          <arg type="id">newObject</arg>
78
 
          <desc>
79
 
          </desc>
80
 
        </method>
81
 
        <method type="void">
82
 
          <sel>setObjectZone:</sel>
83
 
          <arg type="NSZone*">zone</arg>
84
 
          <desc>
85
 
          </desc>
86
 
        </method>
87
 
        <method type="unsigned int">
88
 
          <sel>systemVersion</sel>
89
 
          <desc>
90
 
          </desc>
91
 
        </method>
92
 
      </class>
93
 
    </chapter>
94
 
  </body>
95
 
</gsdoc>