|
| ProDOS (uint32_t CreationDate=0, uint32_t ModificationDate=0, uint16_t Access=0, uint16_t FileType=0, uint32_t AUXType=0) |
|
offset_t | GetLength () override |
|
void | WriteFile (Linker::Writer &wr) override |
| Stores data in memory to file.
|
|
void | ReadFile (Linker::Reader &rd) override |
| Loads file into memory.
|
|
virtual void | ProcessModule (Linker::Module &module) |
|
virtual void | CalculateValues () |
|
| Format (offset_t file_offset=0) |
|
virtual void | Clear () |
| Resets all fields to their default values, deallocate memory.
|
|
virtual void | Dump (Dumper::Dumper &dump) |
| Display file contents in a nice manner.
|
|
|
uint32_t | CreationDate |
|
uint32_t | ModificationDate |
|
uint16_t | Access |
|
uint16_t | FileType |
|
uint32_t | AUXType |
|
const uint32_t | id |
|
offset_t | file_offset |
|
◆ GetLength()
offset_t FileInfo::ProDOS::GetLength |
( |
| ) |
|
|
overridevirtual |
◆ WriteFile()
The documentation for this class was generated from the following files:
- src/format/macos.h
- src/format/macos.cc