public class OutputData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.io.OutputStream |
outputStream |
private Resource |
resource |
| Constructor and Description |
|---|
OutputData() |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream() |
Resource |
getResource() |
void |
setOutputStream(java.io.OutputStream outputStream) |
void |
setResource(Resource resource) |
private java.io.OutputStream outputStream
private Resource resource