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