C# 클래스 iTextSharp.text.pdf.qrcode.BitVector

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AppendBit ( int bit ) : void
AppendBitVector ( BitVector bits ) : void
AppendBits ( int value, int numBits ) : void
At ( int index ) : int
BitVector ( ) : System
GetArray ( ) : byte[]
Size ( ) : int
SizeInBytes ( ) : int
ToString ( ) : String
Xor ( BitVector other ) : void

비공개 메소드들

메소드 설명
AppendByte ( int value ) : void

메소드 상세

AppendBit() 공개 메소드

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

AppendBitVector() 공개 메소드

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

AppendBits() 공개 메소드

public AppendBits ( int value, int numBits ) : void
value int
numBits int
리턴 void

At() 공개 메소드

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

BitVector() 공개 메소드

public BitVector ( ) : System
리턴 System

GetArray() 공개 메소드

public GetArray ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

public Size ( ) : int
리턴 int

SizeInBytes() 공개 메소드

public SizeInBytes ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Xor() 공개 메소드

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