C# 클래스 dnSpy.Hex.Operations.MDUtils

파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
Get7BitEncodedIntLength ( uint value ) : int
GetCompressedUInt32Length ( uint value ) : int
Write7BitEncodedIntLength ( byte data, int index, uint value ) : void
WriteCompressedUInt32 ( byte data, int index, uint value ) : void

메소드 상세

Get7BitEncodedIntLength() 공개 정적인 메소드

public static Get7BitEncodedIntLength ( uint value ) : int
value uint
리턴 int

GetCompressedUInt32Length() 공개 정적인 메소드

public static GetCompressedUInt32Length ( uint value ) : int
value uint
리턴 int

Write7BitEncodedIntLength() 공개 정적인 메소드

public static Write7BitEncodedIntLength ( byte data, int index, uint value ) : void
data byte
index int
value uint
리턴 void

WriteCompressedUInt32() 공개 정적인 메소드

public static WriteCompressedUInt32 ( byte data, int index, uint value ) : void
data byte
index int
value uint
리턴 void