| FileSystemClientUploadStream Method (Stream, String) |
Uploads the contents of the specified stream to the file system.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public void UploadStream(
Stream stream,
string targetPath
)
Public Sub UploadStream (
stream As Stream,
targetPath As String
)
public:
void UploadStream(
Stream^ stream,
String^ targetPath
)
member UploadStream :
stream : Stream *
targetPath : string -> unit
Parameters
- stream
- Type: System.IOStream
The stream with the data to upload. - targetPath
- Type: SystemString
The path of the file on the file system to write the data to.
See Also