libgig
3.3.0.svn20
|
#include <Akai.h>
Public Member Functions | |
AkaiDiskElement (uint Offset=0) | |
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) |
|
inlineinherited |
Definition at line 182 of file Akai.h.
Referenced by AkaiDisk::GetPartitionCount(), and AkaiPartition::ListVolumes().
|
protected |
Definition at line 1237 of file Akai.cpp.
Referenced by AkaiProgram::Load(), AkaiSample::LoadHeader(), and ReadDirEntry().
|
inline |
Definition at line 219 of file Akai.h.
Referenced by AkaiProgram::Load(), AkaiSample::LoadHeader(), ReadDirEntry(), and ReadFAT().
|
protected |
Definition at line 1189 of file Akai.cpp.
References AKAI_BLOCK_SIZE, AKAI_DIR_ENTRY_OFFSET, AKAI_DIR_ENTRY_SIZE, AKAI_FILE_ENTRY_SIZE, AKAI_ROOT_ENTRY_OFFSET, akai_stream_curpos, AkaiToAscii(), GetOffset(), AkaiDirEntry::mName, AkaiDirEntry::mSize, AkaiDirEntry::mStart, AkaiDirEntry::mType, DiskImage::Read(), ReadFAT(), DiskImage::ReadInt16(), and DiskImage::SetPos().
Referenced by AkaiPartition::ListVolumes().
|
protected |
Definition at line 1180 of file Akai.cpp.
References AKAI_FAT_OFFSET, GetOffset(), DiskImage::Read(), and DiskImage::SetPos().
Referenced by ReadDirEntry().
|
inlineinherited |
Definition at line 186 of file Akai.h.
Referenced by AkaiPartition::ListVolumes().
|
inlineprotected |
Definition at line 225 of file Akai.h.
Referenced by AkaiDisk::GetPartitionCount().