libgig  4.4.1
AkaiDisk Class Reference

Toplevel AKAI image interpreter. More...

#include <Akai.h>

Inherits AkaiDiskElement.

Public Member Functions

 AkaiDisk (DiskImage *pDisk)
 
uint GetPartitionCount ()
 
AkaiPartitionGetPartition (uint count)
 
uint GetOffset ()
 
uint Acquire ()
 
uint Release ()
 

Protected Member Functions

void SetOffset (uint Offset)
 
void AkaiToAscii (char *buffer, int length)
 
int ReadFAT (DiskImage *pDisk, AkaiPartition *pPartition, int block)
 
bool ReadDirEntry (DiskImage *pDisk, AkaiPartition *pPartition, AkaiDirEntry &rEntry, int block, int pos)
 

Detailed Description

Toplevel AKAI image interpreter.

This class takes an AKAI disk image as constructor argument and provides access to the individual partitions of that AKAI disk/image. The concept is similar to hard disc layout for other operating systems, which are also divided into individual partitions as topmost instance on the mass data media.

Definition at line 695 of file Akai.h.


The documentation for this class was generated from the following files: