Loading...
Searching...
No Matches
Public Member Functions | List of all members
AndroidDocumentInputSource Class Reference

An InputSource backed by an AndroidDocument. More...

#include <juce_AndroidDocumentInputSource.h>

Inheritance diagram for AndroidDocumentInputSource:

Public Member Functions

 AndroidDocumentInputSource (const AndroidDocument &doc)
 Creates a new AndroidDocumentInputSource, backed by the provided document.
 
InputStreamcreateInputStream () override
 Returns a new InputStream to read this item.
 
InputStreamcreateInputStreamFor (const String &relatedItemPath) override
 Returns a new InputStream to read an item, relative.
 
int64 hashCode () const override
 Returns a hash code that uniquely represents this item.
 
- Public Member Functions inherited from InputSource
 InputSource ()=default
 
virtual ~InputSource ()=default
 Destructor.
 

Detailed Description

An InputSource backed by an AndroidDocument.

See also
InputSource, AndroidDocument

Constructor & Destructor Documentation

◆ AndroidDocumentInputSource()

AndroidDocumentInputSource::AndroidDocumentInputSource ( const AndroidDocument & doc)
explicit

Creates a new AndroidDocumentInputSource, backed by the provided document.

Member Function Documentation

◆ 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()

InputStream * AndroidDocumentInputSource::createInputStreamFor ( const String & relatedItemPath)
overridevirtual

Returns a new InputStream to read an item, relative.

Parameters
relatedItemPaththe 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.

References String::isEmpty().

◆ hashCode()

int64 AndroidDocumentInputSource::hashCode ( ) const
overridevirtual

Returns a hash code that uniquely represents this item.

Implements InputSource.


The documentation for this class was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram