Property | Type | Description | |
---|---|---|---|
m_stream |
Method | Description | |
---|---|---|
Commit ( ) : void |
Commits the changes to the disk.
|
|
CreateFile ( SubFileName fileName ) : ISupportsBinaryStream |
Creates and Opens a new file on the current file system.
|
|
Dispose ( ) : void |
Releases all the resources used by the SimplifiedFileWriter object.
|
|
SimplifiedFileWriter ( string pendingFileName, string completeFileName, int blockSize ) : System |
Creates a simplified file writer.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the SimplifiedFileWriter object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
CloseCurrentFile ( ) : void |
public CreateFile ( SubFileName fileName ) : ISupportsBinaryStream | ||
fileName | SubFileName | |
return | ISupportsBinaryStream |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public SimplifiedFileWriter ( string pendingFileName, string completeFileName, int blockSize ) : System | ||
pendingFileName | string | |
completeFileName | string | |
blockSize | int | |
return | System |