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