Defined in file: hzDissemino.h
Derivative of: hdsResource
The hdsFile or Dissemino file class, declares a standalone file to be a servable resource (download file). hdsFile instances are invoked by <xfixfile> tags in the configs. Note that the files can be of any MIME type, be for any purpose, and are transmitted to the client as-is. No processing is applied.
Constructors/Detructors
| hdsFile* | hdsFile | (void) | |
| Default constructor | hdsFile() | Not specified in code. Default applies |
Public Methods:
| hdsRtype | Whatami | (void) |
Member Variables:
| hzMimetype | m_Mimetype | File MIME type | |
| hzString | m_filepath | Filename (relative to document root) | |
| hzChain | m_rawValue | The Raw content, unzipped | |
| hzChain | m_zipValue | The zipped content |