docs.unity3d.com
    Show / Hide Table of Contents

    Class SeekableEncryptionStream

    Inheritance
    Object
    SeekableEncryptionStream
    Namespace: UnityEngine.ResourceManagement.ResourceProviders
    Syntax
    public class SeekableEncryptionStream : Stream

    Constructors

    SeekableEncryptionStream(Stream)

    Declaration
    public SeekableEncryptionStream(Stream src)
    Parameters
    Type Name Description
    Stream src

    Properties

    CanRead

    Declaration
    public override bool CanRead { get; }
    Property Value
    Type Description
    Boolean

    CanSeek

    Declaration
    public override bool CanSeek { get; }
    Property Value
    Type Description
    Boolean

    CanWrite

    Declaration
    public override bool CanWrite { get; }
    Property Value
    Type Description
    Boolean

    Length

    Declaration
    public override long Length { get; }
    Property Value
    Type Description
    Int64

    Position

    Declaration
    public override long Position { get; set; }
    Property Value
    Type Description
    Int64

    Methods

    Flush()

    Declaration
    public override void Flush()

    Read(Byte[], Int32, Int32)

    Declaration
    public override int Read(byte[] buffer, int offset, int count)
    Parameters
    Type Name Description
    Byte[] buffer
    Int32 offset
    Int32 count
    Returns
    Type Description
    Int32

    Seek(Int64, SeekOrigin)

    Declaration
    public override long Seek(long offset, SeekOrigin origin)
    Parameters
    Type Name Description
    Int64 offset
    SeekOrigin origin
    Returns
    Type Description
    Int64

    SetLength(Int64)

    Declaration
    public override void SetLength(long value)
    Parameters
    Type Name Description
    Int64 value

    Write(Byte[], Int32, Int32)

    Declaration
    public override void Write(byte[] buffer, int offset, int count)
    Parameters
    Type Name Description
    Byte[] buffer
    Int32 offset
    Int32 count
    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