C# Class KFS.Disks.PhysicalDiskSection

Part of a physical disk.
Inheritance: IImageable, IDescribable
Datei anzeigen Open project: Alex-Jaeger/BitcoinFindAndRecover

Public Methods

Method Description
Close ( ) : void
GetAttributes ( ) : Attributes
GetBytes ( ulong offset, ulong length ) : byte[]
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
Open ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetAttributes() public abstract method

public abstract GetAttributes ( ) : Attributes
return Attributes

GetBytes() public method

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
return byte[]

GetSectorSize() public abstract method

public abstract GetSectorSize ( ) : ulong
return ulong

GetSectorStatus() public abstract method

public abstract GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
return SectorStatus

Open() public method

public Open ( ) : void
return void