NAME

UniEvent::Streamer::FileOutput - file output streams for streamer

DESCRIPTION

Writes incoming pieces of data, coming from UniEvent::Streamer, directly into local file. It 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($path)

Constructs new file output stream, which will write data into $path.

REFERENCES

UniEvent::Streamer

UniEvent::Streamer::IOutput

UniEvent::Streamer::FileIntput