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
Constructors Constructor Description PartialAttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource, RangeRequest range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeRequest
getRequestRange()
-
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 Detail
-
PartialAttachmentDownloadResourceReader
public PartialAttachmentDownloadResourceReader(Attachment attachment, org.springframework.core.io.InputStreamSource inputStreamSource, RangeRequest range)
-
-
Method Detail
-
getRequestRange
public RangeRequest getRequestRange()
- Specified by:
getRequestRange
in interfacePartialDownloadResourceReader
-
-