NAME

UniEvent::Streamer::StreamOutput - stream input for streamer

DESCRIPTION

Pulls in data from UniEvent::Streamer stream and pushes it furthe into the steam handle. The underlying stream can be UniEvent::Tcp, UniEvent::Pipe or UniEvent::Tty.

UniEvent::Streamer::StreamOutput is derived from UniEvent::Streamer::IOutput.

It is implemented in C++ for the speed, so it meant not to be derived from; in other words it is use only class.

METHODS

new($stream_handle)

Constructs new output stream for from the UniEvent::Stream handle.

REFERENCES

UniEvent::Stream

UniEvent::Streamer

UniEvent::Streamer::IOutput

UniEvent::Streamer::StreamInput