public class ReportConversionData
extends java.lang.Object
| Constructor and Description |
|---|
ReportConversionData(java.lang.String name,
byte[] data)
Deprecated.
since 1811
|
ReportConversionData(java.lang.String name,
java.io.InputStream stream)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Deprecated.
since 1811
|
java.lang.String |
getName() |
java.io.InputStream |
getStream() |
@Deprecated
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.public ReportConversionData(java.lang.String name,
java.io.InputStream stream)
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.stream - stream representing the content of the filepublic java.lang.String getName()
@Deprecated public byte[] getData()
public java.io.InputStream getStream()
Copyright © 2018 SAP SE. All Rights Reserved.