Pipe.read

Read the default message from the pipe. Moves the internal offset so that every call to read will return a new portion of the message.

Parameters

output ubyte*

the ubyte array to write the read bytes to

length size_t

the length of the ubyte array output

Return Value

Type: size_t

number of bytes actually read into output

Meta