C# Class DeltaZip.Block

Show file Open project: dsrbecky/DeltaZip Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
Length int
Offset int

Public Methods

Method Description
Block ( byte buffer, int offset, int length ) : System

Method Details

Block() public method

public Block ( byte buffer, int offset, int length ) : System
buffer byte
offset int
length int
return System

Property Details

Buffer public property

public byte[] Buffer
return byte[]

Length public property

public int Length
return int

Offset public property

public int Offset
return int