C# Class CoreTechs.Common.StreamBookmark

Records the current stream position on construction and seeks back to it on disposal.
Inheritance: IDisposable
Afficher le fichier Open project: Core-Techs/Common

Méthodes publiques

Méthode Description
Dispose ( ) : void
StreamBookmark ( Stream stream ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StreamBookmark() public méthode

public StreamBookmark ( Stream stream ) : System
stream Stream
Résultat System