C# Class CSPspEmu.Hle.Formats.audio.At3.SUB.MaiBitReader

Inheritance: IDisposable
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
_addData ( byte src, int len_s ) : int
_getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MaiBitReader() public méthode

public MaiBitReader ( int byte_buf_size, int type = MaiBitReaderTypeHigh ) : System
byte_buf_size int
type int
Résultat System

addData() public méthode

public addData ( byte src, int len_s ) : int
src byte
len_s int
Résultat int

getRemainingBitsNum() public méthode

public getRemainingBitsNum ( ) : int
Résultat int

getWithI32Buffer() public méthode

public getWithI32Buffer ( int bnum, bool get_then_del_in_buf = true ) : int
bnum int
get_then_del_in_buf bool
Résultat int

moreByte() public méthode

public moreByte ( ) : bool
Résultat bool