[This is preliminary documentation and is subject to change.]
Creates a SimisFile from the component parts.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SimisFile( string fileName, SimisFormat simisFormat, SimisStreamFormat streamFormat, bool streamCompressed, SimisTreeNode tree, SimisProvider simisProvider )
Public Sub New ( _ fileName As String, _ simisFormat As SimisFormat, _ streamFormat As SimisStreamFormat, _ streamCompressed As Boolean, _ tree As SimisTreeNode, _ simisProvider As SimisProvider _ )
public: SimisFile( String^ fileName, SimisFormat^ simisFormat, SimisStreamFormat streamFormat, bool streamCompressed, SimisTreeNode^ tree, SimisProvider^ simisProvider )
Parameters
- fileName (String)
- The file to read from.
- simisFormat (SimisFormat)
- The SimisFormat for this SimisFile.
- streamFormat (SimisStreamFormat)
- The SimisStreamFormat for this SimisFile.
- streamCompressed (Boolean)
- The Boolean indicating whether the stream should be compressed when written from this SimisFile.
- tree (SimisTreeNode)
- The SimisTreeNode tree for this SimisFile.
- simisProvider (SimisProvider)
- A SimisProvider within which the appropriate [!:Bnf] for writing can be found.