ReadLong()
Reads an 8-byte signed long from the stream and advances the current position of the stream by eight bytes.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public long ReadLong()
Returns
Type | Description |
|---|---|
| long | An 8-byte signed long read from the current stream, or 0 if the end of the stream has been reached. |