C# Class KFS.DataStream.FileDataStream

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

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

FileDataStream() public method

public FileDataStream ( String filePath, IDataStream parentStream ) : System
filePath String
parentStream IDataStream
return System

GetBytes() public method

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

Open() public method

public Open ( ) : void
return void