Stream Constructor

Independentsoft MSG .NET

Stream Constructor MSG .NET Class Library
Overload List

  Name Description
Public method Stream 
Initializes a new instance of the Stream class.
Public method Stream(String)
Initializes a new instance of the Stream class and load data from the specified file.
Public method Stream(String,  Byte )
Initializes a new instance of the Stream class and load data from the specified buffer.
Public method Stream(String, Stream)
Initializes a new instance of the Stream class and load data from the specified OnlineStream.
Back to Top
See Also