메소드 | 설명 | |
---|---|---|
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 SetInput ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
리턴 | void |