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