JGR MSTS Editors and Tools
ReadStream Method (stream, simisFormat, streamFormat, streamCompressed, tree)
NamespacesJgr.IO.ParserSimisFileReadStream(Stream, SimisFormat%, SimisStreamFormat%, Boolean%, SimisTreeNode%)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.IO.Parser.SimisFile.ReadStream(System.IO.Stream,Jgr.IO.Parser.SimisFormat@,Jgr.IO.Parser.SimisStreamFormat@,System.Boolean@,Jgr.IO.Parser.SimisTreeNode@)"]

Declaration Syntax
C#Visual BasicVisual C++
private void ReadStream(
	Stream stream,
	out SimisFormat simisFormat,
	out SimisStreamFormat streamFormat,
	out bool streamCompressed,
	out SimisTreeNode tree
)
Private Sub ReadStream ( _
	stream As Stream, _
	<OutAttribute> ByRef simisFormat As SimisFormat, _
	<OutAttribute> ByRef streamFormat As SimisStreamFormat, _
	<OutAttribute> ByRef streamCompressed As Boolean, _
	<OutAttribute> ByRef tree As SimisTreeNode _
)
private:
void ReadStream(
	Stream^ stream, 
	[OutAttribute] SimisFormat^% simisFormat, 
	[OutAttribute] SimisStreamFormat% streamFormat, 
	[OutAttribute] bool% streamCompressed, 
	[OutAttribute] SimisTreeNode^% tree
)
Parameters
stream (Stream)

[Missing <param name="stream"/> documentation for "M:Jgr.IO.Parser.SimisFile.ReadStream(System.IO.Stream,Jgr.IO.Parser.SimisFormat@,Jgr.IO.Parser.SimisStreamFormat@,System.Boolean@,Jgr.IO.Parser.SimisTreeNode@)"]

simisFormat (SimisFormat%)

[Missing <param name="simisFormat"/> documentation for "M:Jgr.IO.Parser.SimisFile.ReadStream(System.IO.Stream,Jgr.IO.Parser.SimisFormat@,Jgr.IO.Parser.SimisStreamFormat@,System.Boolean@,Jgr.IO.Parser.SimisTreeNode@)"]

streamFormat (SimisStreamFormat%)

[Missing <param name="streamFormat"/> documentation for "M:Jgr.IO.Parser.SimisFile.ReadStream(System.IO.Stream,Jgr.IO.Parser.SimisFormat@,Jgr.IO.Parser.SimisStreamFormat@,System.Boolean@,Jgr.IO.Parser.SimisTreeNode@)"]

streamCompressed (Boolean%)

[Missing <param name="streamCompressed"/> documentation for "M:Jgr.IO.Parser.SimisFile.ReadStream(System.IO.Stream,Jgr.IO.Parser.SimisFormat@,Jgr.IO.Parser.SimisStreamFormat@,System.Boolean@,Jgr.IO.Parser.SimisTreeNode@)"]

tree (SimisTreeNode%)

[Missing <param name="tree"/> documentation for "M:Jgr.IO.Parser.SimisFile.ReadStream(System.IO.Stream,Jgr.IO.Parser.SimisFormat@,Jgr.IO.Parser.SimisStreamFormat@,System.Boolean@,Jgr.IO.Parser.SimisTreeNode@)"]

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682