Class InternalDocumentStorage
-
- All Implemented Interfaces:
-
io.scanbot.sdk.persistence.document.DocumentStorage
public final class InternalDocumentStorage extends DocumentStorageBase
Implementation of DocumentStorageBase that is based on ExternalFilesDir
-
-
Constructor Summary
Constructors Constructor Description InternalDocumentStorage(Application application)
-
Method Summary
Modifier and Type Method Description File
getDocumentsDirectory()
Provides the directory which stores all documents. -
-
Constructor Detail
-
InternalDocumentStorage
InternalDocumentStorage(Application application)
-
-
Method Detail
-
getDocumentsDirectory
File getDocumentsDirectory()
Provides the directory which stores all documents.
-
-
-
-