Method | 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. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetTempFileName ( string original, bool makeTempFile ) : string |
public DiskArchiveStorage ( |
||
file | The file. | |
return | System |
public DiskArchiveStorage ( |
||
file | The file. | |
updateMode | FileUpdateMode | The update mode. |
return | System |
public MakeTemporaryCopy ( Stream stream ) : Stream | ||
stream | Stream | The |
return | Stream |
public OpenForDirectUpdate ( Stream stream ) : Stream | ||
stream | Stream | The current stream. |
return | Stream |