public interface DownloadResourceReader
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
java.lang.String |
getContentType() |
java.util.Date |
getLastModificationDate() |
java.lang.String |
getName()
User-displayable name of the resource.
|
java.io.InputStream |
getStreamForReading()
The input stream for reading the resource.
|
java.lang.String getName()
java.lang.String getContentType()
long getContentLength()
java.util.Date getLastModificationDate()
java.io.InputStream getStreamForReading()
InputStream
for readingCopyright © 2003-2014 Atlassian. All Rights Reserved.