C# 클래스 CSPspEmu.Hle.Formats.audio.At3.SUB.MaiBitReader

상속: IDisposable
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MaiBitReader ( int byte_buf_size, int type = MaiBitReaderTypeHigh ) : System
addData ( byte src, int len_s ) : int
getRemainingBitsNum ( ) : int
getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int
moreByte ( ) : bool

비공개 메소드들

메소드 설명
_addData ( byte src, int len_s ) : int
_getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MaiBitReader() 공개 메소드

public MaiBitReader ( int byte_buf_size, int type = MaiBitReaderTypeHigh ) : System
byte_buf_size int
type int
리턴 System

addData() 공개 메소드

public addData ( byte src, int len_s ) : int
src byte
len_s int
리턴 int

getRemainingBitsNum() 공개 메소드

public getRemainingBitsNum ( ) : int
리턴 int

getWithI32Buffer() 공개 메소드

public getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int
bnum int
get_then_del_in_buf bool
리턴 int

moreByte() 공개 메소드

public moreByte ( ) : bool
리턴 bool