StreamFs.this

Creates a new #GMimeStreamFs object around fd.

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

Parameters

fd int

a file descriptor

Return Value

a stream using fd.