C# 클래스 javazoom.jl.decoder.huffcodetab

Class to implements Huffman decoder.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ht javazoom.jl.decoder.huffcodetab[]

공개 메소드들

메소드 설명
huffman_decoder ( huffcodetab h, int x, int y, int v, int w, BitReserve br ) : int

Do the huffman-decoding. note! for counta,countb -the 4 bit value is returned in y, discard x.

inithuff ( ) : void

비공개 메소드들

메소드 설명
huffcodetab ( ) : System
huffcodetab ( System S, int XLEN, int YLEN, int LINBITS, int LINMAX, int REF, int TABLE, int HLEN, int VAL, int TREELEN ) : System

Big Constructor : Computes all Huffman Tables.

메소드 상세

huffman_decoder() 공개 정적인 메소드

Do the huffman-decoding. note! for counta,countb -the 4 bit value is returned in y, discard x.
public static huffman_decoder ( huffcodetab h, int x, int y, int v, int w, BitReserve br ) : int
h huffcodetab
x int
y int
v int
w int
br BitReserve
리턴 int

inithuff() 공개 정적인 메소드

public static inithuff ( ) : void
리턴 void

프로퍼티 상세

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

public static huffcodetab[],javazoom.jl.decoder ht
리턴 javazoom.jl.decoder.huffcodetab[]