vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct PipeInputStream

A stream for tBatchBufferhe write end of a pipe.

struct PipeInputStream ;

Properties

NameTypeDescription
dataAvailableForRead[get] bool
empty[get] bool
leastSize[get] ulong

Methods

NameDescription
close () Close the read end of the pipe immediately.
opCast ()
peek ()
read (dst, mode)
read (dst)
waitForData (timeout)
Authors
Copyright
License