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