C# Class Nomad.Archive.SevenZip.InStreamTimedWrapper

Inheritance: StreamWrapper, ISequentialInStream, IInStream
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ReopenStream ( ) : void

Private Methods

Method Description
CloseStream ( object state ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

InStreamTimedWrapper() public method

public InStreamTimedWrapper ( Stream baseStream ) : System
baseStream Stream
return System

Read() public method

public Read ( byte data, uint size ) : uint
data byte
size uint
return uint

ReopenStream() protected method

protected ReopenStream ( ) : void
return void

Seek() public method

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