public class ThumbnailDownloadResourceReader extends Object implements DownloadResourceReader
| Constructor and Description |
|---|
ThumbnailDownloadResourceReader(Attachment attachment,
File thumbnailFile,
org.springframework.core.io.InputStreamSource inputStreamSource) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getContentType() |
Date |
getLastModificationDate() |
String |
getName()
User-displayable name of the resource.
|
InputStream |
getStreamForReading()
The input stream for reading the resource.
|
public ThumbnailDownloadResourceReader(Attachment attachment, File thumbnailFile, org.springframework.core.io.InputStreamSource inputStreamSource)
public String getName()
DownloadResourceReadergetName in interface DownloadResourceReaderpublic String getContentType()
getContentType in interface DownloadResourceReaderpublic long getContentLength()
getContentLength in interface DownloadResourceReaderpublic Date getLastModificationDate()
getLastModificationDate in interface DownloadResourceReaderpublic InputStream getStreamForReading()
DownloadResourceReadergetStreamForReading in interface DownloadResourceReaderInputStream for readingCopyright © 2003–2016 Atlassian. All rights reserved.