Description | Hierarchy | Fields | Methods | Properties |
type TStreamBitReader = class(TObject)
![]() |
constructor Create(AStream: TStream; const AMaxValue: LongWord); |
![]() |
destructor Destroy; override; |
![]() |
function ReadValue: LongWord; |
![]() |
property MaxValue: LongWord read FMaxValue; |
![]() |
property BitsPerValue: Cardinal read FBitsPerValue; |
![]() |
property Stream: TStream read FStream; |
![]() |
constructor Create(AStream: TStream; const AMaxValue: LongWord); |
![]() |
destructor Destroy; override; |
![]() |
function ReadValue: LongWord; |
![]() |
property MaxValue: LongWord read FMaxValue; |
![]() |
property BitsPerValue: Cardinal read FBitsPerValue; |
![]() |
property Stream: TStream read FStream; |