C# 클래스 KFS.Disks.Image

Represents a disk image stored in a file, allowing the filesystem to be loaded as if it were a physical disk.
상속: IFileSystemStore, IDescribable, IHasSectors
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover

Private Properties

프로퍼티 타입 설명
Image KFS.DataStream

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Image ( ) : KFS.DataStream

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateImage() 공개 정적인 메소드

public static CreateImage ( IImageable stream, String path, ImageCallback callback ) : Image
stream IImageable
path String
callback ImageCallback
리턴 Image

GetBytes() 공개 메소드

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

GetSectorSize() 공개 메소드

public GetSectorSize ( ) : ulong
리턴 ulong

GetSectorStatus() 공개 메소드

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
리턴 SectorStatus

LoadFileSystem() 공개 메소드

public LoadFileSystem ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string