CompoundFile Constructor (Stream)

Independentsoft MSG .NET

CompoundFile Constructor (Stream) MSG .NET Class Library
Initializes a new instance of the CompoundFile class based on the supplied stream.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public CompoundFile(
	Stream stream
)
public CompoundFile(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
Public Sub New ( 
	stream As Stream
)
Dim stream As Stream 

Dim instance As New CompoundFile(stream)
Dim stream As Stream 

Dim instance As New CompoundFile(stream)
public CompoundFile(
	Stream stream
)
public CompoundFile(
	Stream stream
)
public function CompoundFile(
	stream : Stream
)
public function CompoundFile(
	stream : Stream
)
Independentsoft.IO.StructuredStorage.CompoundFile = function(stream);
Independentsoft.IO.StructuredStorage.CompoundFile = function(stream);

Parameters

stream
Type: OnlineSystem.IO Stream
A stream.
See Also