Class StaticStorage
Namespace: Aurigma.DesignAtoms.Storage.StaticStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class StaticStorage : IStaticStorage
Inheritance: System.Object -> StaticStorage
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
StaticStorage
public StaticStorage(IConfiguration configuration, ISourceImageParamsReader imageParamsReader)
Methods
GetReadStream
public Stream GetReadStream(string staticStorageId)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | staticStorageId |
Returns
System.IO.Stream
FileExists
public bool FileExists(string staticStorageId)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | staticStorageId |
Returns
System.Boolean