◆ AndroidDocumentInputSource()
juce::AndroidDocumentInputSource::AndroidDocumentInputSource |
( |
const AndroidDocument & | doc | ) |
|
|
explicit |
◆ createInputStream()
InputStream * juce::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 juce::InputSource.
◆ createInputStreamFor()
InputStream * juce::AndroidDocumentInputSource::createInputStreamFor |
( |
const String & | relatedItemPath | ) |
|
|
overridevirtual |
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 juce::InputSource.
References juce::String::isEmpty().
◆ hashCode()
int64 juce::AndroidDocumentInputSource::hashCode |
( |
| ) |
const |
|
overridevirtual |
Returns a hash code that uniquely represents this item.
Implements juce::InputSource.