Stream Members

Independentsoft MSG .NET

Stream Members MSG .NET Class Library
The Stream type exposes the following members.
Constructors

  NameDescription
Public methodStream 
Initializes a new instance of the Stream class.
Public methodStream(String)
Initializes a new instance of the Stream class and load data from the specified file.
Public methodStream(String,  Byte )
Initializes a new instance of the Stream class and load data from the specified buffer.
Public methodStream(String, Stream)
Initializes a new instance of the Stream class and load data from the specified OnlineStream.
Back to Top
Methods

  NameDescription
Public methodCompareTo
Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetStream
Gets OnlineStream to read data from this stream.
Public methodOnlineGetType
Gets the type of the current instance.
(Inherited from OnlineObject.)
Public methodLoad(String)
Loads data to this stream from the specified file.
Public methodLoad(String,  Byte )
Loads data to this stream from the specified buffer.
Public methodLoad(String, Stream)
Loads data to this stream from the specified OnlineStream.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSave(Stream)
Saves data from this stream to the specified OnlineStream.
Public methodSave(String)
Saves data from this stream to to the specified file.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyBuffer
Gets or sets streams data.
Public propertyClassId
Gets or sets class ID.
(Inherited from DirectoryEntry.)
Public propertyCreatedTime
Gets creation time.
(Inherited from DirectoryEntry.)
Public propertyLastModifiedTime
Gets last modified time.
(Inherited from DirectoryEntry.)
Public propertyName
Gets or sets name.
(Inherited from DirectoryEntry.)
Public propertySize
Gets size.
(Inherited from DirectoryEntry.)
Back to Top
See Also