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

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSPipe.html

  • 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
 
<html><head>
2
 
 <title>NSPipe</title>
3
 
</head>
4
 
<body>
5
 
<a href ="NSObject.html">[Previous] </a>
6
 
<a href ="Base.html">[Up] </a>
7
 
<a href ="NSPort.html">[Next] </a>
8
 
<h1>NSPipe</h1>
9
 
<h3>Authors </h3>
10
 
 <dl>
11
 
<dt>Pierre-Yves Rivaille
12
 
<dd>
13
 
</dl>
14
 
<p>Version: $Revision: 1.1 $</p>
15
 
<p>Date: $Date: 2001/08/20 10:22:29 $</p>
16
 
<h2><a name ="cont-0">NSPipe</a></h2>
17
 
<h2><a name ="NSPipe">NSPipe</a></h2>
18
 
<p><b>Declared in: </b> Foundation/NSFileHandle.h</p>
19
 
<p><b>Conforms to: </b> NSObject
20
 
</p>
21
 
<hr>
22
 
 
23
 
            The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it
24
 
            is possible to redirect the standard input o
25
 
          
26
 
<h2>Instance Variables </h2>
27
 
<ul>
28
 
</ul>
29
 
<h2>Methods </h2>
30
 
<ul>
31
 
<li ><a href ="NSPipe.html#method-0">+pipe</a>
32
 
<li ><a href ="NSPipe.html#method-2">-fileHandleForReading</a>
33
 
<li ><a href ="NSPipe.html#method-3">-fileHandleForWriting</a>
34
 
<li ><a href ="NSPipe.html#method-1">-init</a>
35
 
</ul>
36
 
<hr><h2>Class Methods </h2>
37
 
<h3><a name ="method-0">pipe</a></h3>
38
 
+ (id) <b>pipe</b>;<br>
39
 
 
40
 
            Returns a newly allocated and initialized NSPipe object that has been sent an
41
 
            autorelease message.
42
 
          
43
 
 <hr>
44
 
<hr><h2>Instances Methods </h2>
45
 
<h3><a name ="method-1">init</a></h3>
46
 
- (id) <b>init</b>;<br>
47
 
 
48
 
          
49
 
 <hr>
50
 
<h3><a name ="method-2">fileHandleForReading</a></h3>
51
 
- (id) <b>fileHandleForReading</b>;<br>
52
 
 
53
 
          
54
 
 <hr>
55
 
<h3><a name ="method-3">fileHandleForWriting</a></h3>
56
 
- (id) <b>fileHandleForWriting</b>;<br>
57
 
 
58
 
            Returns a newly allocated and initialized NSPipe object that has been sent an
59
 
            autorelease message.
60
 
          
61
 
 <hr>
62
 
</body>
63
 
 
64
 
 </html>