Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

longAn 8-byte signed long read from the current stream, or 0 if the end of the stream has been reached.