docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BinaryReaderExtensions

    Inheritance
    object
    BinaryReaderExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: UnityEngine.TestTools.Graphics.dll
    Syntax
    public static class BinaryReaderExtensions

    Methods

    GetBytes(BinaryReader)

    Declaration
    public static byte[] GetBytes(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    byte[]

    GetString(BinaryReader, Encoding)

    Declaration
    public static string GetString(this BinaryReader reader, Encoding encoding = null)
    Parameters
    Type Name Description
    BinaryReader reader
    Encoding encoding
    Returns
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)