public interface DownloadResourceReader
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.
|
String getName()
String getContentType()
long getContentLength()
Date getLastModificationDate()
InputStream getStreamForReading()
InputStream
for readingCopyright © 2003–2015 Atlassian. All rights reserved.