C# 클래스 zxingwp7.qrcode.encoder.BitVector

JAVAPORT: This should be combined with BitArray in the future, although that class is not yet dynamically resizeable. This implementation is reasonable but there is a lot of function calling in loops I'd like to get rid of.
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7 1 사용 예제들

공개 메소드들

메소드 설명
BitVector ( ) : System
ToString ( ) : String
appendBit ( int bit ) : void
appendBitVector ( BitVector bits ) : void
appendBits ( int value_Renamed, int numBits ) : void
at ( int index ) : int
size ( ) : int
sizeInBytes ( ) : int
xor ( BitVector other ) : void

비공개 메소드들

메소드 설명
appendByte ( int value_Renamed ) : void

메소드 상세

BitVector() 공개 메소드

public BitVector ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

appendBit() 공개 메소드

public appendBit ( int bit ) : void
bit int
리턴 void

appendBitVector() 공개 메소드

public appendBitVector ( BitVector bits ) : void
bits BitVector
리턴 void

appendBits() 공개 메소드

public appendBits ( int value_Renamed, int numBits ) : void
value_Renamed int
numBits int
리턴 void

at() 공개 메소드

public at ( int index ) : int
index int
리턴 int

size() 공개 메소드

public size ( ) : int
리턴 int

sizeInBytes() 공개 메소드

public sizeInBytes ( ) : int
리턴 int

xor() 공개 메소드

public xor ( BitVector other ) : void
other BitVector
리턴 void