CompoundFile.Open Method (Stream)

Independentsoft MSG .NET

CompoundFile Open Method (Stream) MSG .NET Class Library
Opens compound file from the specified stream.

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

Syntax

public void Open(
	Stream stream
)
public void Open(
	Stream stream
)
Public Sub Open ( 
	stream As Stream
)
Public Sub Open ( 
	stream As Stream
)
Dim instance As CompoundFile 
Dim stream As Stream

instance.Open(stream)
Dim instance As CompoundFile 
Dim stream As Stream

instance.Open(stream)
public void Open(
	Stream stream
)
public void Open(
	Stream stream
)
public function Open(
	stream : Stream
)
public function Open(
	stream : Stream
)
function Open(stream);
function Open(stream);

Parameters

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