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).
ファイルを表示 Open project: niik/DtaSpy Class Usage Examples

Public Methods

Method Description
FragmentBlock ( ) : System
FragmentBlock ( bool compressed, int length, int uncompressedLength, byte content ) : System

Method Details

FragmentBlock() public method

public FragmentBlock ( ) : System
return System

FragmentBlock() public method

public FragmentBlock ( bool compressed, int length, int uncompressedLength, byte content ) : System
compressed bool
length int
uncompressedLength int
content byte
return System