UNIXWritePipeStream methods are described in the following section.Answers a new, initialized instance of a UNIXWriteReadPipeStream for the specified process.Answers a Boolean that is true if the receiver cannot access any more objects, otherwise answers false.Sets a Boolean that indicates whether or not the receiver will block on I/O operations. Answers the receiver.If flag is true, sets the receiver's I/O data type to bytes. If flag is false, sets the I/O data type to characters. Answers the receiver.Answers true if the receiver handles I/O data as characters.If flag is true, sets the receiver's I/O data type to characters. If flag is false, sets the I/O data type to bytes. Answers the receiver.Answers the specified object. Puts the object to the receiver's pipe the number of times specified by next:. Fails if next: does not specify an integer.
|