libs-base/Documentation/gsdoc/NSPipe.gsdoc
pyr 323613f421 NSPipe.gsdoc : this class has been forgotten till now
Base.gsdoc : updated to show NSPipe
NSObject.gsdoc NSPort.gsdoc : updated the "next" and "previous" links


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10735 72102866-910b-0410-8b05-ffd578937521
2001-08-20 10:22:29 +00:00

47 lines
No EOL
1.4 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
<gsdoc base="NSPipe" prev="NSObject" next="NSPort" up="Base">
<head>
<title>NSPipe</title>
<author name="Pierre-Yves Rivaille">
<email address="pyrivail@ens-lyon.fr"/>
</author>
<version>$Revision$</version>
<date>$Date$</date>
</head>
<body>
<chapter>
<heading>NSPipe</heading>
<class name="NSPipe">
<declared>Foundation/NSFileHandle.h</declared>
<conform>NSObject</conform>
<desc>
The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it
is possible to redirect the standard input o
</desc>
<method type="id" factory="yes">
<sel>pipe</sel>
<desc>
Returns a newly allocated and initialized NSPipe object that has been sent an
autorelease message.
</desc>
</method>
<method type="id" factory="no">
<sel>init</sel>
<desc>
</desc>
</method>
<method type="id" factory="no">
<sel>fileHandleForReading</sel>
<desc>
</desc>
</method>
<method type="id" factory="no">
<sel>fileHandleForWriting</sel>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>