Method | Description | |
---|---|---|
Append16Bits ( ushort value ) : |
||
Append2Bits ( int value ) : |
||
Append32Bits ( uint value ) : |
||
Append3Bits ( int value ) : |
||
Append8Bits ( byte value ) : |
||
AppendBit ( bool set ) : |
||
AppendBit ( int value ) : |
||
AppendBit ( uint value ) : |
||
AppendBits ( int value, int size ) : |
||
AppendBits ( uint value, int size ) : |
||
AppendByte ( byte value ) : |
||
AppendByteValue ( byte value ) : |
||
AppendConditionalIntegerValue ( bool include, uint value ) : |
||
AppendIntegerValue ( uint value ) : |
||
AppendNibble ( int value ) : |
||
AppendShortValue ( ushort value ) : |
||
GetByte ( int index ) : byte | ||
SetBit ( int offset, bool value ) : |
||
SetLength ( int bits ) : |
||
WriteTo ( |
public Append16Bits ( ushort value ) : |
||
value | ushort | |
return |
public Append2Bits ( int value ) : |
||
value | int | |
return |
public Append32Bits ( uint value ) : |
||
value | uint | |
return |
public Append3Bits ( int value ) : |
||
value | int | |
return |
public Append8Bits ( byte value ) : |
||
value | byte | |
return |
public AppendBit ( bool set ) : |
||
set | bool | |
return |
public AppendBit ( int value ) : |
||
value | int | |
return |
public AppendBit ( uint value ) : |
||
value | uint | |
return |
public AppendBits ( int value, int size ) : |
||
value | int | |
size | int | |
return |
public AppendBits ( uint value, int size ) : |
||
value | uint | |
size | int | |
return |
public AppendByte ( byte value ) : |
||
value | byte | |
return |
public AppendByteValue ( byte value ) : |
||
value | byte | |
return |
public AppendConditionalIntegerValue ( bool include, uint value ) : |
||
include | bool | |
value | uint | |
return |
public AppendIntegerValue ( uint value ) : |
||
value | uint | |
return |
public AppendNibble ( int value ) : |
||
value | int | |
return |
public AppendShortValue ( ushort value ) : |
||
value | ushort | |
return |
public SetBit ( int offset, bool value ) : |
||
offset | int | |
value | bool | |
return |
public SetLength ( int bits ) : |
||
bits | int | |
return |