C# Class Nomad.Archive.SevenZip.OutStreamWrapper

Inheritance: StreamWrapper, ISequentialOutStream, IOutStream
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
OutStreamWrapper ( Stream baseStream ) : System
SetSize ( long newSize ) : int
Write ( byte data, uint size, IntPtr processedSize ) : int

Method Details

OutStreamWrapper() public méthode

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

SetSize() public méthode

public SetSize ( long newSize ) : int
newSize long
Résultat int

Write() public méthode

public Write ( byte data, uint size, IntPtr processedSize ) : int
data byte
size uint
processedSize System.IntPtr
Résultat int