C# Class AcoustID.Util.BitStringWriter

Write bits to a string.
Datei anzeigen Open project: wo80/AcoustID.NET Class Usage Examples

Public Methods

Method Description
BitStringWriter ( ) : System.Collections.Generic
Flush ( ) : void
Write ( uint x, int bits ) : void

Method Details

BitStringWriter() public method

public BitStringWriter ( ) : System.Collections.Generic
return System.Collections.Generic

Flush() public method

public Flush ( ) : void
return void

Write() public method

public Write ( uint x, int bits ) : void
x uint
bits int
return void