From 323613f421438386dff80daba0a825a7092c5aca Mon Sep 17 00:00:00 2001 From: pyr Date: Mon, 20 Aug 2001 10:22:29 +0000 Subject: [PATCH] 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 --- Documentation/gsdoc/Base.gsdoc | 1 + Documentation/gsdoc/Base.html | 1 + Documentation/gsdoc/NSObject.gsdoc | 2 +- Documentation/gsdoc/NSObject.html | 2 +- Documentation/gsdoc/NSPipe.gsdoc | 47 ++++++++++++++++++++++ Documentation/gsdoc/NSPipe.html | 64 ++++++++++++++++++++++++++++++ Documentation/gsdoc/NSPort.gsdoc | 2 +- Documentation/gsdoc/NSPort.html | 2 +- 8 files changed, 117 insertions(+), 4 deletions(-) create mode 100644 Documentation/gsdoc/NSPipe.gsdoc create mode 100644 Documentation/gsdoc/NSPipe.html diff --git a/Documentation/gsdoc/Base.gsdoc b/Documentation/gsdoc/Base.gsdoc index db879b575..c33dec940 100644 --- a/Documentation/gsdoc/Base.gsdoc +++ b/Documentation/gsdoc/Base.gsdoc @@ -340,6 +340,7 @@ NSNumber NSNumberFormatter NSObject + NSPipe NSPort NSPortCoder NSPortMessage diff --git a/Documentation/gsdoc/Base.html b/Documentation/gsdoc/Base.html index 8a887b93f..7888d8997 100644 --- a/Documentation/gsdoc/Base.html +++ b/Documentation/gsdoc/Base.html @@ -388,6 +388,7 @@
  • NSNumber
  • NSNumberFormatter
  • NSObject +
  • NSPipe
  • NSPort
  • NSPortCoder
  • NSPortMessage diff --git a/Documentation/gsdoc/NSObject.gsdoc b/Documentation/gsdoc/NSObject.gsdoc index e96ddc1ea..2e0096126 100644 --- a/Documentation/gsdoc/NSObject.gsdoc +++ b/Documentation/gsdoc/NSObject.gsdoc @@ -1,6 +1,6 @@ - + NSObject diff --git a/Documentation/gsdoc/NSObject.html b/Documentation/gsdoc/NSObject.html index e5e4f1a29..269d64350 100644 --- a/Documentation/gsdoc/NSObject.html +++ b/Documentation/gsdoc/NSObject.html @@ -4,7 +4,7 @@ [Previous] [Up] -[Next] +[Next]

    NSObject

    Authors

    diff --git a/Documentation/gsdoc/NSPipe.gsdoc b/Documentation/gsdoc/NSPipe.gsdoc new file mode 100644 index 000000000..c43f29e49 --- /dev/null +++ b/Documentation/gsdoc/NSPipe.gsdoc @@ -0,0 +1,47 @@ + + + + + NSPipe + + + + $Revision$ + $Date$ + + + + NSPipe + + Foundation/NSFileHandle.h + NSObject + + The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it + is possible to redirect the standard input o + + + pipe + + Returns a newly allocated and initialized NSPipe object that has been sent an + autorelease message. + + + + init + + + + + fileHandleForReading + + + + + fileHandleForWriting + + + + + + + \ No newline at end of file diff --git a/Documentation/gsdoc/NSPipe.html b/Documentation/gsdoc/NSPipe.html new file mode 100644 index 000000000..1be30121d --- /dev/null +++ b/Documentation/gsdoc/NSPipe.html @@ -0,0 +1,64 @@ + + NSPipe + + +[Previous] +[Up] +[Next] +

    NSPipe

    +

    Authors

    +
    +
    Pierre-Yves Rivaille +
    +
    +

    Version: $Revision$

    +

    Date: $Date$

    +

    NSPipe

    +

    NSPipe

    +

    Declared in: Foundation/NSFileHandle.h

    +

    Conforms to: NSObject +

    +
    + + The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it + is possible to redirect the standard input o + +

    Instance Variables

    +
      +
    +

    Methods

    + +

    Class Methods

    +

    pipe

    ++ (id) pipe;
    + + Returns a newly allocated and initialized NSPipe object that has been sent an + autorelease message. + +
    +

    Instances Methods

    +

    init

    +- (id) init;
    + + +
    +

    fileHandleForReading

    +- (id) fileHandleForReading;
    + + +
    +

    fileHandleForWriting

    +- (id) fileHandleForWriting;
    + + Returns a newly allocated and initialized NSPipe object that has been sent an + autorelease message. + +
    + + + diff --git a/Documentation/gsdoc/NSPort.gsdoc b/Documentation/gsdoc/NSPort.gsdoc index 26cde80d0..f8d8b3991 100644 --- a/Documentation/gsdoc/NSPort.gsdoc +++ b/Documentation/gsdoc/NSPort.gsdoc @@ -1,6 +1,6 @@ - + NSPort diff --git a/Documentation/gsdoc/NSPort.html b/Documentation/gsdoc/NSPort.html index 2ed95cfa7..b3ef0b069 100644 --- a/Documentation/gsdoc/NSPort.html +++ b/Documentation/gsdoc/NSPort.html @@ -2,7 +2,7 @@ NSPort -[Previous] +[Previous] [Up] [Next]

    NSPort