Метод | Описание | |
---|---|---|
BytewiseReverse ( |
Reverse bit order in each byte (8 bits) of a BitArray (change endian bit order)
|
|
GetBitValues ( byte byteSequence ) : |
Prepare read bytes for bit parsing
|
|
Int32ToByteArray ( int int32 ) : byte[] |
convert a signed int 32 to a four bytes array
|
|
ReadInt32 ( |
convert total BitArray
|
|
ReadInt32 ( |
starts at index 0
|
|
ReadInt32 ( |
Overloaded static method
|
|
ReadUInt32 ( |
convert total BitArray
|
|
ReadUInt32 ( |
start at index 0
|
|
ReadUInt32 ( |
convert part of a
|
Метод | Описание | |
---|---|---|
BitParser ( ) : System | Static constructor: initialize bitValueList |
public static BytewiseReverse ( |
||
bitArr | ||
Результат | void |
public static GetBitValues ( byte byteSequence ) : |
||
byteSequence | byte |
/// Byte sequence read from swf by a |
Результат |
public static Int32ToByteArray ( int int32 ) : byte[] | ||
int32 | int | int32 number to convert |
Результат | byte[] |
public static ReadInt32 ( |
||
bitArr | source BitArray | |
Результат | int |
public static ReadInt32 ( |
||
bitArr | source BitArray | |
length | int | bit count |
Результат | int |
public static ReadInt32 ( |
||
bitArr | source BitArray | |
index | int | start index |
length | int | bit count |
Результат | int |
public static ReadUInt32 ( |
||
bitArr | source BitArray | |
Результат | int |
public static ReadUInt32 ( |
||
bitArr | source BitArray | |
length | int | bit count |
Результат | int |
public static ReadUInt32 ( |
||
bitArr | source BitArray | |
index | int | start index |
length | int | bit count |
Результат | int |