A progress reporter that prints out messages about the current progress.

Attributes
Read

The current file name being displayed

The total bytes in the file

Read

The current progress (0 to 100)

Class Methods

Creates a new verbose download reporter that will display on out_stream. The other arguments are ignored.

Instance Methods

Indicates the download is complete.

Tells the download reporter that the file_name is being fetched and contains total_bytes.

Updates the verbose download reporter for the given number of bytes.