C# Class Common.RecentFileList.XmlPersister.SmartStream

Inheritance: IDisposable
Mostrar archivo Open project: rsdn/nitra

Public Methods

Method Description
Dispose ( ) : void
SmartStream ( Stream stream ) : Common.System
SmartStream ( string filepath, FileMode mode ) : Common.System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SmartStream() public method

public SmartStream ( Stream stream ) : Common.System
stream Stream
return Common.System

SmartStream() public method

public SmartStream ( string filepath, FileMode mode ) : Common.System
filepath string
mode FileMode
return Common.System