package

com.pspdfkit.api.providers

Classes that describe how to read and write data from a medium, along with abstract classes to inherit from.

Interfaces

DataProvider

Allows PSPDFKit to read data from any custom source (e.g. 

WritableDataProvider

WritableDataProvider is an interface which should be implemented by any DataProvider that should support saving of data. 

Classes

FileDataProvider A DataProvider for a standard filesystem file . 
InputStreamDataProvider Abstract data provider that handles serving data from an InputStream

Enums

WritableDataProvider.WriteMode Describes possible write modes for the output.