C# Class KFS.DataStream.SubStream

A data stream that allows access to a subset of another stream.
Inheritance: IDataStream
Datei anzeigen Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Methods

Method Description
Close ( ) : void
GetBytes ( ulong offset, ulong length ) : byte[]
Open ( ) : void
SubStream ( IDataStream stream, ulong start, ulong length ) : System
ToString ( ) : string

Method Details

Close() public method

public Close ( ) : void
return void

GetBytes() public method

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

Open() public method

public Open ( ) : void
return void

SubStream() public method

public SubStream ( IDataStream stream, ulong start, ulong length ) : System
stream IDataStream
start ulong
length ulong
return System

ToString() public method

public ToString ( ) : string
return string