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).
파일 보기 프로젝트 열기: niik/DtaSpy 1 사용 예제들

공개 메소드들

메소드 설명
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