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