public class WebImagesDownloadResourceReader extends Object implements DownloadResourceReader
Constructor and Description |
---|
WebImagesDownloadResourceReader(String resourcePath,
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 WebImagesDownloadResourceReader(String resourcePath, org.springframework.core.io.InputStreamSource inputStreamSource)
public String getName()
DownloadResourceReader
getName
in interface DownloadResourceReader
public String getContentType()
getContentType
in interface DownloadResourceReader
public long getContentLength()
getContentLength
in interface DownloadResourceReader
public Date getLastModificationDate()
getLastModificationDate
in interface DownloadResourceReader
public InputStream getStreamForReading()
DownloadResourceReader
The client is responsible for closing the returned stream in a finally block.
getStreamForReading
in interface DownloadResourceReader
InputStream
for readingCopyright © 2003–2020 Atlassian. All rights reserved.