public class ReportConversionData
extends java.lang.Object
| Constructor and Description |
|---|
ReportConversionData(java.lang.String name,
byte[] data)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
java.lang.String |
getName() |
public ReportConversionData(java.lang.String name,
byte[] data)
name - name of the data portion, usually interpreted as a file name. Should be unique in a single
conversion result, otherwise in case of storing the data into a ZIP file only one of the files
with the same name will be chosen randomly.data - representing the content of the file. When stored in a ZIP file the data will be written directly.Copyright © 2018 SAP SE. All Rights Reserved.