Class RleReader | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class RleReader

    Inheritance
    System.Object
    RleReader
    Namespace: PhotoshopFile
    Syntax
    public class RleReader

    Constructors

    RleReader(Stream)

    Declaration
    public RleReader(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Methods

    Read(Byte[], Int32, Int32)

    Decodes a PackBits RLE stream.

    Declaration
    public int Read(byte[] buffer, int offset, int count)
    Parameters
    Type Name Description
    System.Byte[] buffer

    Output buffer for decoded data.

    System.Int32 offset

    Offset at which to begin writing.

    System.Int32 count

    Number of bytes to decode from the stream.

    Returns
    Type Description
    System.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