Свойство | Тип | Описание | |
---|---|---|---|
m_stream |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the SimplifiedFileWriter object and optionally releases the managed resources.
|
Метод | Описание | |
---|---|---|
CloseCurrentFile ( ) : void |
public CreateFile ( SubFileName fileName ) : ISupportsBinaryStream | ||
fileName | SubFileName | |
Результат | ISupportsBinaryStream |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Результат | void |
public SimplifiedFileWriter ( string pendingFileName, string completeFileName, int blockSize ) : System | ||
pendingFileName | string | |
completeFileName | string | |
blockSize | int | |
Результат | System |