C# 클래스 hpack.HpackUtil

파일 보기 프로젝트 열기: ringostarr80/hpack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Equals() 공개 정적인 메소드

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

RequireNonNull() 공개 정적인 메소드

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

프로퍼티 상세

HUFFMAN_CODES 공개적으로 정적으로 프로퍼티

public static int[] HUFFMAN_CODES
리턴 int[]

HUFFMAN_CODE_LENGTHS 공개적으로 정적으로 프로퍼티

public static byte[] HUFFMAN_CODE_LENGTHS
리턴 byte[]

HUFFMAN_EOS 공개적으로 정적으로 프로퍼티

public static int HUFFMAN_EOS
리턴 int