public class GXNaturalDataTransferDownloadResponse extends GXAbstractNaturalDataTransferResponse
GXNaturalDataTransferDownloadRequest
com.sabratec.applinx.common.message.GXMessageActions#ACTION_NATURAL_DATA_DOWNLOAD
,
Serialized FormConstructor 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, setNumProcessedRecords
public 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 2021 Software AG. All rights reserved. Use is subject to license terms.