C# Class CoreTechs.Common.StreamBookmark

Records the current stream position on construction and seeks back to it on disposal.
Inheritance: IDisposable
ファイルを表示 Open project: Core-Techs/Common

Public Methods

Method Description
Dispose ( ) : void
StreamBookmark ( Stream stream ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StreamBookmark() public method

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