public class ByteArrayReportResultContainer extends java.lang.Object implements ReportResultContainer, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_INITIAL_CAPCITY |
| Constructor and Description |
|---|
ByteArrayReportResultContainer() |
ByteArrayReportResultContainer(java.lang.String reportName) |
ByteArrayReportResultContainer(java.lang.String reportName,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
ReportResultContainer |
clone(java.lang.String reportName) |
java.io.OutputStream |
getOutputStream() |
ReportGenerationException |
getReportGenerationException() |
java.lang.String |
getReportName() |
byte[] |
getResults() |
boolean |
hasError() |
void |
setReportGenerationException(ReportGenerationException reportGenerationException) |
public static final int DEFAULT_INITIAL_CAPCITY
public ByteArrayReportResultContainer()
public ByteArrayReportResultContainer(java.lang.String reportName)
public ByteArrayReportResultContainer(java.lang.String reportName,
int initialCapacity)
public ReportResultContainer clone(java.lang.String reportName)
clone in interface ReportResultContainerpublic java.io.OutputStream getOutputStream()
getOutputStream in interface ReportResultContainerpublic ReportGenerationException getReportGenerationException()
getReportGenerationException in interface ReportResultContainerpublic java.lang.String getReportName()
getReportName in interface ReportResultContainerpublic byte[] getResults()
getResults in interface ReportResultContainerpublic boolean hasError()
hasError in interface ReportResultContainerpublic void setReportGenerationException(ReportGenerationException reportGenerationException)
setReportGenerationException in interface ReportResultContainer