Метод | Описание | |
---|---|---|
CopyTo ( byte output, int offset, int length ) : int | ||
EnsureBitsAvailable ( int count ) : bool | ||
GetBits ( int count ) : int | ||
NeedsInput ( ) : bool | ||
SetInput ( byte buffer, int offset, int length ) : void | ||
SkipBits ( int n ) : void | ||
SkipToByteBoundary ( ) : void | ||
TryLoad16Bits ( ) : uint |
Метод | Описание | |
---|---|---|
GetBitMask ( int count ) : uint |
public CopyTo ( byte output, int offset, int length ) : int | ||
output | byte | |
offset | int | |
length | int | |
Результат | int |
public EnsureBitsAvailable ( int count ) : bool | ||
count | int | |
Результат | bool |
public SetInput ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
Результат | void |