C# Класс 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).
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FragmentBlock ( ) : System
FragmentBlock ( bool compressed, int length, int uncompressedLength, byte content ) : System

Описание методов

FragmentBlock() публичный Метод

public FragmentBlock ( ) : System
Результат System

FragmentBlock() публичный Метод

public FragmentBlock ( bool compressed, int length, int uncompressedLength, byte content ) : System
compressed bool
length int
uncompressedLength int
content byte
Результат System