C# Class KFS.DataStream.FileDataStream

A data stream wrapper for a file on the host system, such as a disk image.
Inheritance: IDataStream
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
FileDataStream ( String filePath, IDataStream parentStream ) : System
GetBytes ( ulong offset, ulong length ) : byte[]
Open ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

FileDataStream() public méthode

public FileDataStream ( String filePath, IDataStream parentStream ) : System
filePath String
parentStream IDataStream
Résultat System

GetBytes() public méthode

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

Open() public méthode

public Open ( ) : void
Résultat void