C# Class Streams.ReadOnlyStreamWrapper

Inheritance: System.IO.ReadOnlyStream
Afficher le fichier Open project: jamesfoster/Streams

Méthodes publiques

Méthode Description
Flush ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ReadOnlyStreamWrapper ( Stream innerStream ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

ReadOnlyStreamWrapper() protected méthode

protected ReadOnlyStreamWrapper ( Stream innerStream ) : System
innerStream Stream
Résultat System