C# Class LogViewer.XmlPersister.SmartStream

Inheritance: IDisposable
Show file Open project: Lundalogik/log4net-logviewer

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SmartStream() public method

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

SmartStream() public method

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