docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReadByteSafe

    ReadByteSafe(out byte)

    Read a byte to the stream.

    "Safe" version - automatically performs bounds checking. Less efficient than bounds checking for multiple reads at once by calling TryBeginRead.

    Declaration
    public void ReadByteSafe(out byte value)
    Parameters
    Type Name Description
    byte value

    Stores the read value

    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)