IPWorks Cloud 2020 Java Edition

Questions / Feedback?

ReadBytes Property

The number of bytes to read when downloading a file.

Syntax

public long getReadBytes();
public void setReadBytes(long readBytes);

Default Value

-1

Remarks

This property specifies how many bytes should be read when DownloadFile is called. It can be used in tandem with StartByte to specify a specific range of the file to download.

If set to -1 (default), there is no limit on how many bytes will be read.

This property is not available at design time.

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