C# Class Nomad.Archive.SevenZip.StreamWrapper

Inheritance: IDisposable
Afficher le fichier Open project: Gainedge/BetterExplorer

Protected Properties

Свойство Type Description
_BaseStream Stream

Méthodes publiques

Méthode Description
Dispose ( ) : void
Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void

Méthodes protégées

Méthode Description
StreamWrapper ( Stream baseStream ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Seek() public méthode

public Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void
offset long
seekOrigin uint
newPosition System.IntPtr
Résultat void

StreamWrapper() protected méthode

protected StreamWrapper ( Stream baseStream ) : System
baseStream Stream
Résultat System

Property Details

_BaseStream protected_oe property

protected Stream _BaseStream
Résultat Stream