Class PartialAttachmentDownloadResourceReader
java.lang.Object
com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
com.atlassian.confluence.importexport.resource.PartialAttachmentDownloadResourceReader
- All Implemented Interfaces:
DownloadResourceReader
,PartialDownloadResourceReader
public class PartialAttachmentDownloadResourceReader
extends AttachmentDownloadResourceReader
implements PartialDownloadResourceReader
-
Constructor Summary
ConstructorDescriptionPartialAttachmentDownloadResourceReader
(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource, RangeRequest range) -
Method Summary
Methods inherited from class com.atlassian.confluence.importexport.resource.AttachmentDownloadResourceReader
getContentLength, getContentType, getLastModificationDate, getName, getStreamForReading
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
getContentLength, getContentType, getLastModificationDate, getName, getStreamForReading
-
Constructor Details
-
PartialAttachmentDownloadResourceReader
public PartialAttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource, RangeRequest range)
-
-
Method Details
-
getRequestRange
- Specified by:
getRequestRange
in interfacePartialDownloadResourceReader
-