C# Class Nomad.Archive.SevenZip.OutStreamWrapper

Inheritance: StreamWrapper, ISequentialOutStream, IOutStream
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

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

Method Details

OutStreamWrapper() public method

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

SetSize() public method

public SetSize ( long newSize ) : int
newSize long
return int

Write() public method

public Write ( byte data, uint size, IntPtr processedSize ) : int
data byte
size uint
processedSize System.IntPtr
return int