IPWorks Cloud 2020 Android Edition

Questions / Feedback?

StartByte Property

The byte offset from which to resume the upload or download.

Syntax

public long getStartByte();
public void setStartByte(long startByte);

Remarks

This property specifies the byte offset from which to resume an automatic multipart upload initiated by UploadFile, or a download initiated by DownloadFile or DownloadFileById. Refer to those methods' documentation for more information about resuming uploads and downloads.

When uploading from a stream, the component will always seek forward in the stream if the value of StartByte is greater than zero when UploadFile is called. Keep this in mind when resuming interrupted uploads.

This property is not available at design time.

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Android Edition - Version 20.0 [Build 8265]