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

SetUploadStream Method

Sets the stream to be uploaded to the server.

Syntax

public void setUploadStream(java.io.InputStream uploadStream);

Remarks

If an upload stream is set before the Add method is called, the content of the stream will be read by the component and uploaded to the server. 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 SetUploadStream again before calling Add again.

The content of the stream will be read from the current position all the way to the end.

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