Interface IFileRepairer
Namespace: Aurigma.DesignAtoms.Storage.FileStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileRepairer
Methods
CanFix
bool CanFix(string imagePath)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | imagePath |
Returns
System.Boolean
CanFix
bool CanFix(Stream image)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | image |
Returns
System.Boolean
FixFile
string FixFile(string imagePath)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | imagePath |
Returns
System.String
FixFile
string FixFile(Stream image)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | image |
Returns
System.String