CompoundFile Save Method (Stream) | MSG .NET Class Library |
Saves this compound file to the specified stream.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public void Save( Stream stream )
public void Save( Stream stream )
Public Sub Save ( stream As Stream )
Public Sub Save ( stream As Stream )
Dim instance As CompoundFile Dim stream As Stream instance.Save(stream)
Dim instance As CompoundFile Dim stream As Stream instance.Save(stream)
public void Save( Stream stream )
public void Save( Stream stream )
public function Save( stream : Stream )
public function Save( stream : Stream )
function Save(stream);
function Save(stream);
Parameters
- stream
- Type:
System.IO Stream
A stream.
See Also