public class FileDownloadResourceReader extends Object implements DownloadResourceReader
Constructor and Description |
---|
FileDownloadResourceReader(File file,
boolean deleteFileOnClose) |
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 FileDownloadResourceReader(File file, boolean deleteFileOnClose)
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.