ScummVM API documentation
Adl::DiskImage Class Reference

Classes

class  DataBlock
 

Public Member Functions

bool open (const Common::Path &filename)
 
const DataBlockPtr getDataBlock (uint track, uint sector, uint offset=0, uint size=0) const
 
Common::SeekableReadStreamcreateReadStream (uint track, uint sector, uint offset=0, uint size=0, uint sectorsUsed=0) const
 
void setSectorLimit (uint sectorLimit)
 
uint getBytesPerSector () const
 
uint getSectorsPerTrack () const
 
uint getTracks () const
 

Protected Attributes

Common::SeekableReadStream_stream
 
uint _tracks
 
uint _sectorsPerTrack
 
uint _bytesPerSector
 
uint _firstSector
 
uint _sectorLimit
 

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