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 SourceIdentifier
The item identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
UnderlyingStream
The underlying stream.
Declaration
Stream UnderlyingStream { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |