C# Class KFS.DataStream.SubStream

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

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

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

SubStream() public méthode

public SubStream ( IDataStream stream, ulong start, ulong length ) : System
stream IDataStream
start ulong
length ulong
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string