Stream

Undocumented in source.

Constructors

this
this(Loop loop, uv_handle_type type)
Undocumented in source.

Members

Aliases

handle
alias handle = Handle.handle
Undocumented in source.

Functions

closeCleanup
void closeCleanup(bool async)
Undocumented in source. Be warned that the author may not have intended to support it.
read
Action!(void, ubyte[]) read()
Undocumented in source. Be warned that the author may not have intended to support it.
readOnce
ubyte[] readOnce()
Undocumented in source. Be warned that the author may not have intended to support it.
stopReading
void stopReading()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

handle
uv_stream_t* handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isReading
bool isReading [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Handle

initializeHandle
void initializeHandle()
Undocumented in source.
closeCleanup
void closeCleanup(bool async)
Undocumented in source. Be warned that the author may not have intended to support it.
ensureOpen
void ensureOpen(string callerName)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
loop
Loop loop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
uv_handle_t* handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(bool async)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta