docs.unity.cn
    Show / Hide Table of Contents

    Class MemoryBinaryReader

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

    Constructors

    Name Description
    MemoryBinaryReader(Byte*, Int64)

    Properties

    Name Description
    Position

    Methods

    Name Description
    Dispose()
    ReadBytes(Void*, Int32)

    Operators

    Name Description
    Explicit(MemoryBinaryReader to BurstableMemoryBinaryReader)

    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 © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use