Package | stimulsoft.report.barCodes.classes.qrcode |
Class | public class BitVector |
Inheritance | BitVector ![]() |
Method | Defined By | ||
---|---|---|---|
BitVector | |||
appendBit(bit:int):void | BitVector | ||
appendBits(value:int, numBits:int):void | BitVector | ||
appendBitVector(bits:BitVector):void | BitVector | ||
at(index:int):int | BitVector | ||
getArray():Array | BitVector | ||
size():int | BitVector | ||
sizeInBytes():int | BitVector | ||
toString():String | BitVector | ||
BitVector |
BitVector | () | Constructor |
public function BitVector()
appendBit | () | method |
public function appendBit(bit:int):void
Parameters
bit:int |
appendBits | () | method |
public function appendBits(value:int, numBits:int):void
Parameters
value:int | |
numBits:int |
appendBitVector | () | method |
at | () | method |
public function at(index:int):int
Parameters
index:int |
int |
getArray | () | method |
public function getArray():Array
ReturnsArray |
size | () | method |
public function size():int
Returnsint |
sizeInBytes | () | method |
public function sizeInBytes():int
Returnsint |
toString | () | method |
public function toString():String
ReturnsString |
xor | () | method |