ReadStream Wrapper for c++/CLI interface
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public Stream ReadStream( string sourceStream, long offset, long length, bool compression ) |
Visual Basic |
---|
Public Function ReadStream ( _ sourceStream As String, _ offset As Long, _ length As Long, _ compression As Boolean _ ) As Stream |
Visual C++ |
---|
public: Stream^ ReadStream( String^ sourceStream, long long offset, long long length, bool compression ) |
Parameters
- sourceStream
- Type: String
[Missing <param name="sourceStream"/> documentation for "M:VcClient.ManagedVcClient.ReadStream(System.String,System.Int64,System.Int64,System.Boolean)"]
- offset
- Type: Int64
[Missing <param name="offset"/> documentation for "M:VcClient.ManagedVcClient.ReadStream(System.String,System.Int64,System.Int64,System.Boolean)"]
- length
- Type: Int64
[Missing <param name="length"/> documentation for "M:VcClient.ManagedVcClient.ReadStream(System.String,System.Int64,System.Int64,System.Boolean)"]
- compression
- Type: Boolean
[Missing <param name="compression"/> documentation for "M:VcClient.ManagedVcClient.ReadStream(System.String,System.Int64,System.Int64,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:VcClient.ManagedVcClient.ReadStream(System.String,System.Int64,System.Int64,System.Boolean)"]