NAME

UniEvent::Streamer::FileInput - file input streams for streamer

DESCRIPTION

Reads file content into internal buffer and feeds it further to the UniEvent::Streamer. It is derived from UniEvent::Streamer::IInput.

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, $buffer_size = 1000000)

Constructs new file input stream for the file located at $path and with the specified internal $buffer_size.

REFERENCES

UniEvent::Streamer

UniEvent::Streamer::IInput

UniEvent::Streamer::FileOutput