OffsetStream Constructor (source, offset)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation OffsetStream Constructor (source, offset)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionOffsetStreamOffsetStream(Stream, Int64)
Creates a new OffsetStream instance from a source stream and using a specified offset.
Declaration Syntax
C# Visual Basic Visual C++
public OffsetStream(
	Stream source,
	long offset
)
Public Sub New ( 
	source As Stream,
	offset As Long
)
public:
OffsetStream(
	Stream^ source, 
	long long offset
)
Parameters
source (Stream)
Underlying stream for which all calls will be offset.
offset (Int64)
Positive or negative number of bytes to offset.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)