| Package | stimulsoft.report.barCodes.classes.qrcode |
| Class | public class BitVector |
| Inheritance | BitVector Object |
| 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):voidParameters
bit:int |
| appendBits | () | method |
public function appendBits(value:int, numBits:int):voidParameters
value:int | |
numBits:int |
| appendBitVector | () | method |
| at | () | method |
public function at(index:int):intParameters
index:int |
int |
| getArray | () | method |
public function getArray():ArrayReturnsArray |
| size | () | method |
public function size():intReturnsint |
| sizeInBytes | () | method |
public function sizeInBytes():intReturnsint |
| toString | () | method |
public function toString():StringReturnsString |
| xor | () | method |