프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HUFFMAN_CODES | int[] | ||
HUFFMAN_CODE_LENGTHS | byte[] | ||
HUFFMAN_EOS | int |
메소드 | 설명 | |
---|---|---|
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}.
|
메소드 | 설명 | |
---|---|---|
HpackUtil ( ) : System |
public static Equals ( byte s1, byte s2 ) : bool | ||
s1 | byte | S1. |
s2 | byte | S2. |
리턴 | bool |
public static RequireNonNull ( object obj ) : object | ||
obj | object | Object. |
리턴 | object |