Class StreamBinaryReader | Entities | 0.10.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class StreamBinaryReader

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

    Constructors

    StreamBinaryReader(String)

    Declaration
    public StreamBinaryReader(string filePath)
    Parameters
    Type Name Description
    String filePath

    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)
    In This Article
    • Constructors
      • StreamBinaryReader(String)
    • Methods
      • Dispose()
      • ReadBytes(Void*, Int32)
    • Extension Methods
    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