| java.lang.Object | |
| ↳ | com.atlassian.confluence.importexport.resource.WebImagesDownloadResourceReader |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
User-displayable name of the resource.
| |||||||||||
The input stream for reading the resource.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.confluence.importexport.resource.DownloadResourceReader
| |||||||||||||||||||||
User-displayable name of the resource. Used for resource name when downloading, for example.
The input stream for reading the resource. A new input stream is returned for each call to this method. The client is responsible for closing the returned stream in a finally block.
InputStream for reading

