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