TEXTFSRecognizer

From Ultibo.org
Jump to: navigation, search

Return to Unit EXTFS


Description


To be documented

Class definitions



TEXTFSRecognizer = class(TRecognizer)

constructor Create(ADriver:TFileSysDriver);  
private
 
protected
function GetName:String; override;  
public
function RecognizePartitionId(APartitionId:Byte):Boolean; override;  
function RecognizeBootSector(ABootSector:PBootSector; const AStartSector,ASectorCount:Int64):Boolean; override;  
 
function RecognizePartition(APartition:TDiskPartition):Boolean; override;  
function RecognizeVolume(AVolume:TDiskVolume):Boolean; override;  
function MountVolume(AVolume:TDiskVolume; ADrive:TDiskDrive):Boolean; override;  


Function declarations



constructor TEXTFSRecognizer.Create(ADriver:TFileSysDriver);
Description: To be documented
Note None documented


function TEXTFSRecognizer.GetName:String;
Description: To be documented
Note None documented


function TEXTFSRecognizer.RecognizePartitionId(APartitionId:Byte):Boolean;
Description: To be documented
Note None documented


function TEXTFSRecognizer.RecognizeBootSector(ABootSector:PBootSector; const AStartSector,ASectorCount:Int64):Boolean;
Description: To be documented
Note None documented


function TEXTFSRecognizer.RecognizePartition(APartition:TDiskPartition):Boolean;
Description: To be documented
Note None documented


function TEXTFSRecognizer.RecognizeVolume(AVolume:TDiskVolume):Boolean;
Description: To be documented
Note None documented


function TEXTFSRecognizer.MountVolume(AVolume:TDiskVolume; ADrive:TDiskDrive):Boolean;
Description: To be documented
Note None documented


Return to Unit Reference