Class AttachmentDownloadResourceReader
java.lang.Object
com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
- All Implemented Interfaces:
 DownloadResourceReader
- Direct Known Subclasses:
 PartialAttachmentDownloadResourceReader
- 
Constructor Summary
ConstructorsConstructorDescriptionAttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource)  - 
Method Summary
Modifier and TypeMethodDescriptionlonggetName()User-displayable name of the resource.The input stream for reading the resource. 
- 
Constructor Details
- 
AttachmentDownloadResourceReader
public AttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource)  
 - 
 - 
Method Details
- 
getName
Description copied from interface:DownloadResourceReaderUser-displayable name of the resource. Used for resource name when downloading, for example.- Specified by:
 getNamein interfaceDownloadResourceReader- Returns:
 - a user-displayable name of the resource
 
 - 
getContentType
- Specified by:
 getContentTypein interfaceDownloadResourceReader
 - 
getContentLength
public long getContentLength()- Specified by:
 getContentLengthin interfaceDownloadResourceReader
 - 
getLastModificationDate
- Specified by:
 getLastModificationDatein interfaceDownloadResourceReader
 - 
getStreamForReading
Description copied from interface:DownloadResourceReaderThe input stream for reading the resource. A new input stream is returned for each call to this method.The client is responsible for closing the returned stream in a finally block.
- Specified by:
 getStreamForReadingin interfaceDownloadResourceReader- Returns:
 InputStreamfor reading
 
 -