C# Class Streams.ReadOnlyStreamWrapper

Inheritance: System.IO.ReadOnlyStream
Exibir arquivo Open project: jamesfoster/Streams

Public Methods

Method Description
Flush ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ReadOnlyStreamWrapper ( Stream innerStream ) : System

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

ReadOnlyStreamWrapper() protected method

protected ReadOnlyStreamWrapper ( Stream innerStream ) : System
innerStream Stream
return System