C# Class Nomad.Archive.SevenZip.InStreamTimedWrapper

Inheritance: StreamWrapper, ISequentialInStream, IInStream
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
InStreamTimedWrapper ( Stream baseStream ) : System
Read ( byte data, uint size ) : uint
Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void

Méthodes protégées

Méthode Description
ReopenStream ( ) : void

Private Methods

Méthode Description
CloseStream ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

InStreamTimedWrapper() public méthode

public InStreamTimedWrapper ( Stream baseStream ) : System
baseStream Stream
Résultat System

Read() public méthode

public Read ( byte data, uint size ) : uint
data byte
size uint
Résultat uint

ReopenStream() protected méthode

protected ReopenStream ( ) : 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