Stream the data asynchronously in case of data streaming.
SDMResponse resp = (SDMResponse)response; while((bytesRecvd = resp.getDataStream(buf,chunk_size,offset,cookie))>0) { ... }