Show / Hide Table of Contents

    Interface IStorageStream

    Storage stream wrapper interface.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Bayat.SaveSystem.Storage
    Assembly: Bayat.SaveSystem.Runtime.dll
    Syntax
    public interface IStorageStream : IDisposable

    Properties

    | Improve this Doc View Source

    Identifier

    The item identifier.

    Declaration
    string Identifier { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UnderlyingStream

    The underlying stream.

    Declaration
    Stream UnderlyingStream { get; }
    Property Value
    Type Description
    System.IO.Stream
    • Improve this Doc
    • View Source
    • 0 Comments