Class FileStorageStream
The file storage stream wrapper.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.SaveSystem.Storage
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public class FileStorageStream : StorageStream, IStorageStream, IDisposable
Constructors
| Improve this Doc View SourceFileStorageStream(String, String, Stream)
Declaration
public FileStorageStream(string fullPath, string identifier, Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.String | fullPath | |
System.String | identifier | |
System.IO.Stream | stream |
Fields
| Improve this Doc View SourcefullPath
Declaration
protected readonly string fullPath
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceFullPath
The full path to the file.
Declaration
public virtual string FullPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IDisposable