Свойство | Type | Description | |
---|---|---|---|
HUFFMAN_CODES | int[] | ||
HUFFMAN_CODE_LENGTHS | byte[] | ||
HUFFMAN_EOS | int |
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}.
|
Méthode | Description | |
---|---|---|
HpackUtil ( ) : System |
public static Equals ( byte s1, byte s2 ) : bool | ||
s1 | byte | S1. |
s2 | byte | S2. |
Résultat | bool |
public static RequireNonNull ( object obj ) : object | ||
obj | object | Object. |
Résultat | object |
public static byte[] HUFFMAN_CODE_LENGTHS | ||
Résultat | byte[] |