C# Class DtaSpy.FragmentBlock

Fragment streams consists of one or more of what I've come to call blocks which in turn consists of a header describing the block, it's compression mode (on/off), it's length (compressed and uncompressed).
Afficher le fichier Open project: niik/DtaSpy Class Usage Examples

Méthodes publiques

Méthode Description
FragmentBlock ( ) : System
FragmentBlock ( bool compressed, int length, int uncompressedLength, byte content ) : System

Method Details

FragmentBlock() public méthode

public FragmentBlock ( ) : System
Résultat System

FragmentBlock() public méthode

public FragmentBlock ( bool compressed, int length, int uncompressedLength, byte content ) : System
compressed bool
length int
uncompressedLength int
content byte
Résultat System