C# Class hpack.HpackUtil

Afficher le fichier Open project: ringostarr80/hpack Class Usage Examples

Méthodes publiques

Свойство Type Description
HUFFMAN_CODES int[]
HUFFMAN_CODE_LENGTHS byte[]
HUFFMAN_EOS int

Méthodes publiques

Méthode Description
Equals ( byte s1, byte s2 ) : bool

A string compare that doesn't leak timing information.

RequireNonNull ( object obj ) : object

Checks that the specified object reference is not {@code null}.

Private Methods

Méthode Description
HpackUtil ( ) : System

Method Details

Equals() public static méthode

A string compare that doesn't leak timing information.
public static Equals ( byte s1, byte s2 ) : bool
s1 byte S1.
s2 byte S2.
Résultat bool

RequireNonNull() public static méthode

Checks that the specified object reference is not {@code null}.
public static RequireNonNull ( object obj ) : object
obj object Object.
Résultat object

Property Details

HUFFMAN_CODES public_oe static_oe property

public static int[] HUFFMAN_CODES
Résultat int[]

HUFFMAN_CODE_LENGTHS public_oe static_oe property

public static byte[] HUFFMAN_CODE_LENGTHS
Résultat byte[]

HUFFMAN_EOS public_oe static_oe property

public static int HUFFMAN_EOS
Résultat int