Interface PartialDownloadResourceReader
-
- All Superinterfaces:
DownloadResourceReader
- All Known Implementing Classes:
PartialAttachmentDownloadResourceReader
public interface PartialDownloadResourceReader extends DownloadResourceReader
ADownloadResourceReader
that can read a part of the resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull RangeRequest
getRequestRange()
-
Methods inherited from interface com.atlassian.confluence.importexport.resource.DownloadResourceReader
getContentLength, getContentType, getLastModificationDate, getName, getStreamForReading
-
-
-
-
Method Detail
-
getRequestRange
@NonNull RangeRequest getRequestRange()
-
-