Class TStreamBitReader

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TStreamBitReader = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(AStream: TStream; const AMaxValue: LongWord);
Public destructor Destroy; override;
Public function ReadValue: LongWord;

Properties

Public property MaxValue: LongWord read FMaxValue;
Public property BitsPerValue: Cardinal read FBitsPerValue;
Public property Stream: TStream read FStream;

Description

Methods

Public constructor Create(AStream: TStream; const AMaxValue: LongWord);
 
Public destructor Destroy; override;
 
Public function ReadValue: LongWord;
 

Properties

Public property MaxValue: LongWord read FMaxValue;
 
Public property BitsPerValue: Cardinal read FBitsPerValue;
 
Public property Stream: TStream read FStream;
 

Generated by PasDoc 0.10.0 on 2006-07-12 06:44:38