Class MemoryBinaryReader | Entities | 0.14.0-preview.19
docs.unity3d.com
    Show / Hide Table of Contents

    Class MemoryBinaryReader

    Inheritance
    Object
    MemoryBinaryReader
    Namespace: Unity.Entities.Serialization
    Syntax
    public class MemoryBinaryReader : BinaryReader, IDisposable

    Constructors

    MemoryBinaryReader(Byte*)

    Declaration
    public MemoryBinaryReader(byte *content)
    Parameters
    Type Name Description
    Byte* content

    Methods

    Dispose()

    Declaration
    public void Dispose()

    ReadBytes(Void*, Int32)

    Declaration
    public void ReadBytes(void *data, int bytes)
    Parameters
    Type Name Description
    Void* data
    Int32 bytes
    Implements
    BinaryReader.ReadBytes(Void*, Int32)

    Extension Methods

    BlobAssetSerializeExtensions.Read<T>(BinaryReader)
    BinaryReaderExtensions.ReadByte(BinaryReader)
    BinaryReaderExtensions.ReadInt(BinaryReader)
    BinaryReaderExtensions.ReadULong(BinaryReader)
    BinaryReaderExtensions.ReadBytes(BinaryReader, NativeArray<Byte>, Int32, Int32)
    BinaryReaderExtensions.ReadArray<T>(BinaryReader, NativeArray<T>, Int32)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023