C# Class DeltaZip.Block

Afficher le fichier Open project: dsrbecky/DeltaZip Class Usage Examples

Méthodes publiques

Свойство Type Description
Buffer byte[]
Length int
Offset int

Méthodes publiques

Méthode Description
Block ( byte buffer, int offset, int length ) : System

Method Details

Block() public méthode

public Block ( byte buffer, int offset, int length ) : System
buffer byte
offset int
length int
Résultat System

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

Length public_oe property

public int Length
Résultat int

Offset public_oe property

public int Offset
Résultat int