OffsetStream Constructor (source, offset)

Microsoft Deployment Tools

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) Version: 3.0.0.0 (3.5.1623.0)