This class is meant to serve files for download via an PHP script.
The class can analyse a given file stored on the server and make the current PHP script issue the necessary headers like content-length: and content-type: so the client browser can handle it as a normal download as if the was served as static file access.