NodeContent.CreateReadOnlyContent Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
CreateReadOnlyContent(Stream)
Method creates read only content from the given stream.
Declaration
public static NodeContent CreateReadOnlyContent(Stream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream containing the content of the node. |
Returns
| Type | Description |
|---|---|
| NodeContent | New read only content. |