Méthode | Description | |
---|---|---|
ConvertTemporaryToFinal ( ) : Stream |
Converts a temporary Stream to its final form.
|
|
DiskArchiveStorage ( |
Initializes a new instance of the DiskArchiveStorage class.
|
|
DiskArchiveStorage ( |
Initializes a new instance of the DiskArchiveStorage class.
|
|
Dispose ( ) : void |
Disposes this instance.
|
|
GetTemporaryOutput ( ) : Stream |
Gets a temporary output Stream for performing updates on.
|
|
MakeTemporaryCopy ( Stream stream ) : Stream |
Make a temporary copy of a stream.
|
|
OpenForDirectUpdate ( Stream stream ) : Stream |
Return a stream suitable for performing direct updates on the original source. If the stream is not null this is used as is. |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
GetTempFileName ( string original, bool makeTempFile ) : string |
public ConvertTemporaryToFinal ( ) : Stream | ||
Résultat | Stream |
public DiskArchiveStorage ( |
||
file | The file. | |
Résultat | System |
public DiskArchiveStorage ( |
||
file | The file. | |
updateMode | FileUpdateMode | The update mode. |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public MakeTemporaryCopy ( Stream stream ) : Stream | ||
stream | Stream | The |
Résultat | Stream |
public OpenForDirectUpdate ( Stream stream ) : Stream | ||
stream | Stream | The current stream. |
Résultat | Stream |