Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

SetDownloadStream Method

Sets the stream to which the downloaded data from the server will be written.

Syntax

public void setDownloadStream(java.io.OutputStream downloadStream);

Remarks

If a download stream is set before the Get method is called, the downloaded data will be written to the stream. The stream should be open and normally set to position 0.

The component will automatically close this stream if CloseStreamAfterTransfer is true (default). If the stream is closed, you will need to call SetDownloadStream again before calling Get again.

The downloaded content will be written starting at the current position in the stream.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0