C# Class KFS.Disks.Image

Represents a disk image stored in a file, allowing the filesystem to be loaded as if it were a physical disk.
Inheritance: IFileSystemStore, IDescribable, IHasSectors
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover

Private Properties

Свойство Type Description
Image KFS.DataStream

Méthodes publiques

Méthode Description
Close ( ) : void
CreateImage ( IImageable stream, String path, ImageCallback callback ) : Image
GetBytes ( ulong offset, ulong length ) : byte[]
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
LoadFileSystem ( ) : void
Open ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
Image ( ) : KFS.DataStream

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateImage() public static méthode

public static CreateImage ( IImageable stream, String path, ImageCallback callback ) : Image
stream IImageable
path String
callback ImageCallback
Résultat Image

GetBytes() public méthode

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
Résultat byte[]

GetSectorSize() public méthode

public GetSectorSize ( ) : ulong
Résultat ulong

GetSectorStatus() public méthode

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
Résultat SectorStatus

LoadFileSystem() public méthode

public LoadFileSystem ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string