Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int64 StreamReadInt64(Stream Src) | |
| 2 | Int64 StreamReadInt64(Stream Src, ref Int32 BytesRead) |
Overload 1: Int64 StreamReadInt64(Stream Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Stream |
Returns: Int64
Overload 2: Int64 StreamReadInt64(Stream Src, ref Int32 BytesRead)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Stream | |
| 2 | BytesRead | Int32 (ref) | output |
Returns: Int64