Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function StreamReadInt32(const Src: TStream): Integer; | |
| 2 | function StreamReadInt32(const Src: TStream; var BytesRead: Integer): Integer; |
Overload 1: function StreamReadInt32(const Src: TStream): Integer;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Stream |
Returns: Int32
Overload 2: function StreamReadInt32(const Src: TStream; var BytesRead: Integer): Integer;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Stream | |
| 2 | BytesRead | Integer |
Returns: Int32