Stream Methods

Independentsoft MSG .NET

Stream Methods MSG .NET Class Library
The Stream type exposes the following members.
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
See Also