Property | Type | Description | |
---|---|---|---|
HUFFMAN_CODES | int[] | ||
HUFFMAN_CODE_LENGTHS | byte[] | ||
HUFFMAN_EOS | int |
Method | 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}.
|
Method | Description | |
---|---|---|
HpackUtil ( ) : System |
public static Equals ( byte s1, byte s2 ) : bool | ||
s1 | byte | S1. |
s2 | byte | S2. |
return | bool |
public static RequireNonNull ( object obj ) : object | ||
obj | object | Object. |
return | object |
public static byte[] HUFFMAN_CODE_LENGTHS | ||
return | byte[] |