An InputSource backed by an AndroidDocument.
More...
◆ AndroidDocumentInputSource()
◆ createInputStream()
InputStream * AndroidDocumentInputSource::createInputStream |
( |
| ) |
|
|
overridevirtual |
Returns a new InputStream to read this item.
- Returns
- an inputstream that the caller will delete, or nullptr if the document can't be opened.
Implements InputSource.
◆ createInputStreamFor()
Returns a new InputStream to read an item, relative.
- Parameters
-
relatedItemPath | the relative pathname of the resource that is required |
- Returns
- an inputstream that the caller will delete, or nullptr if the item isn't found.
Implements InputSource.
◆ hashCode()
int64 AndroidDocumentInputSource::hashCode |
( |
| ) |
const |
|
overridevirtual |
Returns a hash code that uniquely represents this item.
Implements InputSource.