Concrete implementation of a FIFO (Named Pipe) using native system calls.
Constructor
Methods
readAll():Bytes
Reads all available data from the FIFO. In blocking mode, this will read until EOF. In non-blocking mode, this will read all currently available data.