public class ByteArrayDownload extends java.lang.Object implements Download
Download
from a byte array.InputStreamDownload
,
FileDownload
Constructor and Description |
---|
ByteArrayDownload(byte[] buff,
java.lang.String contentType,
java.lang.String fileName) |
ByteArrayDownload(byte[] buff,
java.lang.String contentType,
java.lang.String fileName,
boolean doDownload) |
Modifier and Type | Method and Description |
---|---|
void |
write(javax.servlet.http.HttpServletResponse response) |
Copyright © 2013 Caelum. All Rights Reserved.