Pipe

Factory class for Pipes.

Constructors

this
this(uint bufferSize)

Create a Pipe.

this
this(uint bufferSize, SECURITY_ATTRIBUTES* sa)

Helper constructor for pipes on Windows with non-null security attributes.

Members

Properties

sink
PipeConduit sink [@property getter]

Return the PipeConduit that you can write to.

source
PipeConduit source [@property getter]

Return the PipeConduit that you can read from.

Meta