libgig
4.3.0
|
Toplevel AKAI image interpreter. More...
#include <Akai.h>
Inherits AkaiDiskElement.
Public Member Functions | |
AkaiDisk (DiskImage *pDisk) | |
uint | GetPartitionCount () |
AkaiPartition * | GetPartition (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) |
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.