public class

AllFilesDataSource

extends Object
implements FileDataSource
java.lang.Object
   ↳ com.pdftron.demo.browser.db.file.AllFilesDataSource
Known Direct Subclasses

Class Overview

Database source for all documents browser.

Summary

Public Constructors
AllFilesDataSource(FileDao fileDao)
Public Methods
void add(FileInfo fileInfo)
void clear()
void delete(FileInfo fileInfo)
static FileEntity documentFileToFileEntity(DocumentFile file, String folderPath)
static FileEntity fileToFileEntity(File file)
static int getFileType(String filename)
getFilesFlowable(FileDataSource.QueryParams queryParams)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pdftron.demo.browser.db.file.FileDataSource

Public Constructors

public AllFilesDataSource (FileDao fileDao)

Public Methods

public void add (FileInfo fileInfo)

public void clear ()

public void delete (FileInfo fileInfo)

public static FileEntity documentFileToFileEntity (DocumentFile file, String folderPath)

public static FileEntity fileToFileEntity (File file)

public static int getFileType (String filename)

public getFilesFlowable (FileDataSource.QueryParams queryParams)