C# 클래스 AcoustID.Util.BitStringReader

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

공개 메소드들

메소드 설명
AvailableBits ( ) : int
BitStringReader ( byte input )
BitStringReader ( string input )
Read ( int bits ) : uint
Reset ( ) : void

메소드 상세

AvailableBits() 공개 메소드

public AvailableBits ( ) : int
리턴 int

BitStringReader() 공개 메소드

public BitStringReader ( byte input )
input byte

BitStringReader() 공개 메소드

public BitStringReader ( string input )
input string

Read() 공개 메소드

public Read ( int bits ) : uint
bits int
리턴 uint

Reset() 공개 메소드

public Reset ( ) : void
리턴 void