C# 클래스 AcoustID.Util.BitStringWriter

Write bits to a string.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
BitStringWriter ( ) : System.Collections.Generic
Flush ( ) : void
Write ( uint x, int bits ) : void

메소드 상세

BitStringWriter() 공개 메소드

public BitStringWriter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Write() 공개 메소드

public Write ( uint x, int bits ) : void
x uint
bits int
리턴 void