StreamPipe.this

Creates a new #GMimeStreamPipe object around fd.

  1. this(void* ptr, Flag!"Take" take)
  2. this(int fd)
    class StreamPipe
    this
    (
    int fd
    )

Parameters

fd int

a pipe descriptor

Return Value

a stream using fd.