Windward Studios API Reference
ConvertStream Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.json_xpath Namespace > JsonXpathDataSourceDotNet Class : ConvertStream Method




stream
The .NET stream to read from.

Glossary Item Box

Convert a .NET stream to a JavaInputStream. This wraps the .Net stream in our wrapper.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConvertStream( _
   ByVal stream As Stream _
) As java.io.InputStream
Visual Basic (Usage)Copy Code
Dim stream As Stream
Dim value As java.io.InputStream
 
value = JsonXpathDataSourceDotNet.ConvertStream(stream)
C# 
public static java.io.InputStream ConvertStream( 
   Stream stream
)
Managed Extensions for C++ 
public: static java.io.InputStream* ConvertStream( 
   Stream* stream
) 
C++/CLI 
public:
static java.io.InputStream^ ConvertStream( 
   Stream^ stream
) 

Parameters

stream
The .NET stream to read from.

Return Value

The Java nputStream containing the contents from the input stream.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software