Windward Engine API Reference
JsonDataSourceImpl Constructor(Stream)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > JsonDataSourceImpl Class > JsonDataSourceImpl Constructor : JsonDataSourceImpl Constructor(Stream)




fileStream
stream of the json file

Glossary Item Box

Create a JSON data source

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileStream As Stream _
)
Visual Basic (Usage)Copy Code
Dim fileStream As Stream
 
Dim instance As New JsonDataSourceImpl(fileStream)
C# 
public JsonDataSourceImpl( 
   Stream fileStream
)
Managed Extensions for C++ 
public: JsonDataSourceImpl( 
   Stream* fileStream
)
C++/CLI 
public:
JsonDataSourceImpl( 
   Stream^ fileStream
)

Parameters

fileStream
stream of the json file

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.