C# Class Nomad.Archive.SevenZip.StreamWrapper

Inheritance: IDisposable
Mostrar archivo Open project: Gainedge/BetterExplorer

Protected Properties

Property Type Description
_BaseStream Stream

Public Methods

Method Description
Dispose ( ) : void
Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void

Protected Methods

Method Description
StreamWrapper ( Stream baseStream ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Seek() public method

public Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void
offset long
seekOrigin uint
newPosition System.IntPtr
return void

StreamWrapper() protected method

protected StreamWrapper ( Stream baseStream ) : System
baseStream Stream
return System

Property Details

_BaseStream protected_oe property

protected Stream _BaseStream
return Stream