C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Config

This class stores token tables and other configuration data used in the compression procedure.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
tokenTableDis Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Token[]

Méthodes publiques

Méthode Description
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.

Method Details

getTokenDis() public static méthode

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.
Résultat Token

getTokenLen() public static méthode

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.
Résultat Token

Property Details

tokenTableDis public_oe static_oe property

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