OffsetStream Constructor (source, offset)

DTF API

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++ F#
public OffsetStream(
	Stream source,
	long offset
)
Public Sub New ( 
	source As Stream,
	offset As Long
)
public:
OffsetStream(
	Stream^ source, 
	long long offset
)
new : 
        source : Stream * 
        offset : int64 -> OffsetStream
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.11.1.2318)