Method | Description | |
---|---|---|
Dispose ( ) : void |
Closes any file references and then checks to delete the file.
|
|
SourceFile ( string fileName, bool isTempFile ) : System |
Creates the source from the file provided.
|
Method | Description | |
---|---|---|
CreateStream ( ) : |
Creates a new stream from the data source.
|
public SourceFile ( string fileName, bool isTempFile ) : System | ||
fileName | string | File source of the data |
isTempFile | bool | True if the file should be deleted when the source is disposed |
return | System |