C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Config

This class stores token tables and other configuration data used in the compression procedure.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
tokenTableDis Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Token[]

공개 메소드들

메소드 설명
getTokenDis ( int distance ) : Token

Get a match token according to the match distance.

getTokenLen ( int length ) : Token

Get a length token according to the match length.

메소드 상세

getTokenDis() 공개 정적인 메소드

Get a match token according to the match distance.
public static getTokenDis ( int distance ) : Token
distance int The distance here means the needed bytes backward.
리턴 Token

getTokenLen() 공개 정적인 메소드

Get a length token according to the match length.
public static getTokenLen ( int length ) : Token
length int The length here means the number of bytes to be copied.
리턴 Token

프로퍼티 상세

tokenTableDis 공개적으로 정적으로 프로퍼티

The table of all the huffman symbols, sorted by prefix length.
public static Token[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc tokenTableDis
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Token[]