Api Reader
struct

Reader

public sealed struct Reader

Context for reading binary blob data. Wraps ByteStream for allocation-free deserialization.

Fields

Name Type Description
Stream ByteStream The underlying byte stream.
DataVersion Int32 The version of the data being read.
Assembly: Sandbox.Engine Declaring Type: BlobData Full Name: Sandbox.BlobData.Reader