Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AcoustID
Util
BitStringWriter
C# Class AcoustID.Util.BitStringWriter
Write bits to a string.
Mostra file
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