EpollProcess.stdout

Abstract method called when data is received from the process' stdout stream.

class EpollProcess
protected abstract
void
stdout
(
ubyte[] data
)

Parameters

data ubyte[]

data read from stdout

Meta