Stream Class | MSG .NET Class Library |
Represents a virtual stream to store data.
Inheritance Hierarchy

Independentsoft.IO.StructuredStorage Stream
Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public class Stream : DirectoryEntry
public class Stream : DirectoryEntry
Public Class Stream Inherits DirectoryEntry
Public Class Stream Inherits DirectoryEntry
Dim instance As Stream
Dim instance As Stream
public class Stream extends DirectoryEntry
public class Stream extends DirectoryEntry
public class Stream extends DirectoryEntry
public class Stream extends DirectoryEntry
Independentsoft.IO.StructuredStorage.Stream = function(); Type.createClass( 'Independentsoft.IO.StructuredStorage.Stream', Independentsoft.IO.StructuredStorage.DirectoryEntry);
Independentsoft.IO.StructuredStorage.Stream = function(); Type.createClass( 'Independentsoft.IO.StructuredStorage.Stream', Independentsoft.IO.StructuredStorage.DirectoryEntry);
Remarks
See Also