C# Class StreamFlushable, ave-2015-16-sem1-i41n

Inheritance: StreamWriter, IDisposable
Datei anzeigen Open project: isel-leic-ave/ave-2015-16-sem1-i41n Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
StreamFlushable ( Stream dest ) : System
StreamFlushable ( string path ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StreamFlushable() public method

public StreamFlushable ( Stream dest ) : System
dest Stream
return System

StreamFlushable() public method

public StreamFlushable ( string path ) : System
path string
return System