Stream Class

Independentsoft MSG .NET

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

OnlineSystem Object  Independentsoft.IO.StructuredStorage DirectoryEntry
    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

Stream is analogous to a file system file. The parent object of a stream object must be a Storage object or the RootDirectoryEntry.
See Also