This version of Unity is unsupported.

ReadCommand

struct in Unity.IO.LowLevel.Unsafe

/

Implemented in:UnityEngine.CoreModule

Description

Describes the offset, size, and destination buffer of a single read operation.

If the asynchronous file read request results in a ReadStatus.Truncated or ReadStatus.Failed state the Size field will be updated with the actual number of bytes read.

Properties

BufferThe buffer that receives the read data.
OffsetThe offset where the read begins, within the file.
SizeThe size of the read in bytes.