public class GXNaturalDataTransferDownloadResponse extends GXAbstractNaturalDataTransferResponse
GXNaturalDataTransferDownloadRequestcom.sabratec.applinx.common.message.GXMessageActions#ACTION_NATURAL_DATA_DOWNLOAD,
Serialized Form| Constructor and Description |
|---|
GXNaturalDataTransferDownloadResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
The actual download data.
|
boolean |
isFirstChunk()
flag for marking the first chunk of the stream, due to override the existing file (if any)
|
void |
setData(byte[] data)
Set the data included in this response.
|
void |
setFirstChunk(boolean firstChunk)
flag for marking the first chunk of the stream, due to override the existing file (if any)
|
getNumProcessedRecords, isComplete, setComplete, setNumProcessedRecordspublic GXNaturalDataTransferDownloadResponse()
public byte[] getData()
null as long as the download was not completed.public void setData(byte[] data)
data - the downloaded datapublic boolean isFirstChunk()
public void setFirstChunk(boolean firstChunk)
firstChunk - Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.