Cloud Storage Integrator 2016 Java Edition
Cloud Storage Integrator 2016 Java Edition
Questions / Feedback?

StartByte Property

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

Syntax

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

Remarks

This property may be set to resume and upload or download. This specifies the offset in the file (or stream, when uploading) from which to resume. See UploadFile and DownloadFile for details about resuming uploads and downloads.

Note: When uploading from a stream, the bean will always seek forward in the stream if the value of StartByte is greater than 0 when 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) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Java Edition - Version 16.0 [Build 7239]