setStreamEnabled(boolean) method

Used to enable streaming of data when the size of the data to be fetched is greater than 200KB.

Syntax

public void setStreamEnabled ( boolean streamEnabled )

Parameters

Returns

none

Example 1

BaseRequest request = new BaseRequest(); request.setStreamEnabled(true);