A class to represent a RISC OS extra information record from a zip file.
More...
#include <zipfile.h>
A class to represent a RISC OS extra information record from a zip file.
pkg::zipfile::riscos_info::riscos_info |
( |
| ) |
|
Construct RISC OS extra information record.
pkg::zipfile::riscos_info::riscos_info |
( |
std::istream & |
in | ) |
|
Construct RISC OS extra information record from stream.
- Parameters
-
pkg::zipfile::riscos_info::~riscos_info |
( |
| ) |
|
|
virtual |
Destroy RISC OS extra information record.
bool pkg::zipfile::riscos_info::valid |
( |
| ) |
const |
|
inline |
Determine whether extra information record is valid.
To be valid the signature must be equal to "ARC0".
- Returns
- true if valid, otherwise false
uint32 pkg::zipfile::riscos_info::loadaddr |
( |
| ) |
const |
|
inline |
Get RISC OS load address.
- Returns
- the RISC OS load address
uint32 pkg::zipfile::riscos_info::execaddr |
( |
| ) |
const |
|
inline |
Get RISC OS execution address.
- Returns
- the RISC OS execution address
uint32 pkg::zipfile::riscos_info::attr |
( |
| ) |
const |
|
inline |
Get RISC OS attributes.
- Returns
- the RISC OS attributes
static uint16 pkg::zipfile::riscos_info::tag |
( |
| ) |
|
|
inlinestatic |
Get tag.
The tag is used to identify the type of an extra information record.
- Returns
- the tag.
The documentation for this class was generated from the following files: