mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 03:21:05 +00:00
65 lines
1.6 KiB
HTML
65 lines
1.6 KiB
HTML
|
<html><head>
|
||
|
<title>NSPipe</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href ="NSObject.html">[Previous] </a>
|
||
|
<a href ="Base.html">[Up] </a>
|
||
|
<a href ="NSPort.html">[Next] </a>
|
||
|
<h1>NSPipe</h1>
|
||
|
<h3>Authors </h3>
|
||
|
<dl>
|
||
|
<dt>Pierre-Yves Rivaille
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<p>Version: $Revision$</p>
|
||
|
<p>Date: $Date$</p>
|
||
|
<h2><a name ="cont-0">NSPipe</a></h2>
|
||
|
<h2><a name ="NSPipe">NSPipe</a></h2>
|
||
|
<p><b>Declared in: </b> Foundation/NSFileHandle.h</p>
|
||
|
<p><b>Conforms to: </b> NSObject
|
||
|
</p>
|
||
|
<hr>
|
||
|
|
||
|
The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it
|
||
|
is possible to redirect the standard input o
|
||
|
|
||
|
<h2>Instance Variables </h2>
|
||
|
<ul>
|
||
|
</ul>
|
||
|
<h2>Methods </h2>
|
||
|
<ul>
|
||
|
<li ><a href ="NSPipe.html#method-0">+pipe</a>
|
||
|
<li ><a href ="NSPipe.html#method-2">-fileHandleForReading</a>
|
||
|
<li ><a href ="NSPipe.html#method-3">-fileHandleForWriting</a>
|
||
|
<li ><a href ="NSPipe.html#method-1">-init</a>
|
||
|
</ul>
|
||
|
<hr><h2>Class Methods </h2>
|
||
|
<h3><a name ="method-0">pipe</a></h3>
|
||
|
+ (id) <b>pipe</b>;<br>
|
||
|
|
||
|
Returns a newly allocated and initialized NSPipe object that has been sent an
|
||
|
autorelease message.
|
||
|
|
||
|
<hr>
|
||
|
<hr><h2>Instances Methods </h2>
|
||
|
<h3><a name ="method-1">init</a></h3>
|
||
|
- (id) <b>init</b>;<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h3><a name ="method-2">fileHandleForReading</a></h3>
|
||
|
- (id) <b>fileHandleForReading</b>;<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h3><a name ="method-3">fileHandleForWriting</a></h3>
|
||
|
- (id) <b>fileHandleForWriting</b>;<br>
|
||
|
|
||
|
Returns a newly allocated and initialized NSPipe object that has been sent an
|
||
|
autorelease message.
|
||
|
|
||
|
<hr>
|
||
|
</body>
|
||
|
|
||
|
</html>
|