TDiskFormatter
From Ultibo.org
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TDiskFormatter = class(TObject)
Function declarations
[Expand]
constructor TDiskFormatter.Create(ADriver:TFileSysDriver; ARecognizer:TRecognizer);
Description: To be documented
[Expand]
function TDiskFormatter.FillSectors(AVolume:TDiskVolume; ADrive:TDiskDrive; ASector,ACount:LongWord; AValue:Byte):Boolean;
Description: Fill specified number of sectors with the supplied value
[Expand]
function TDiskFormatter.ReadSectors(AVolume:TDiskVolume; ADrive:TDiskDrive; ASector,ACount:LongWord; var ABuffer):Boolean;
Description: Read Sectors from the Volume using Cache
[Expand]
function TDiskFormatter.WriteSectors(AVolume:TDiskVolume; ADrive:TDiskDrive; ASector,ACount:LongWord; const ABuffer):Boolean;
Description: Write Sectors to the Volume using Cache
[Expand]
function TDiskFormatter.AcceptVolume(AVolume:TDiskVolume; AFloppyType:TFloppyType; AFileSysType:TFileSysType):Boolean;
Description: Check if the Volume can be accepted for Format
[Expand]
function TDiskFormatter.FormatVolume(AVolume:TDiskVolume; AFloppyType:TFloppyType; AFileSysType:TFileSysType):Boolean;
Description: Format the specified Volume
Return to Unit Reference