C# Class KFS.DataStream.ArrayBackedStream

A data stream wrapper for an array of bytes.
Inheritance: IDataStream
Datei anzeigen Open project: Alex-Jaeger/BitcoinFindAndRecover

Public Methods

Method Description
ArrayBackedStream ( byte data, uint offset, uint length ) : System
Close ( ) : void
GetBytes ( ulong offset, ulong length ) : byte[]
Open ( ) : void

Method Details

ArrayBackedStream() public method

public ArrayBackedStream ( byte data, uint offset, uint length ) : System
data byte
offset uint
length uint
return System

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