C# Class DeltaZip.Block

ファイルを表示 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_oe property

public byte[] Buffer
return byte[]

Length public_oe property

public int Length
return int

Offset public_oe property

public int Offset
return int