Class InternalPageStorage
-
- All Implemented Interfaces:
-
io.scanbot.sdk.persistence.page.PageStorage
,io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
@Deprecated(message = "Use new Document API instead.") public final class InternalPageStorage extends PageStorageBase
Implementation of PageStorageBase that is based on InternalFilesDir
-
-
Constructor Summary
Constructors Constructor Description InternalPageStorage(Application application, PageStorageSettings pageStorageSettings)
-
Method Summary
Modifier and Type Method Description File
getPagesDirectory()
Provides directory which store all pages -
-
Constructor Detail
-
InternalPageStorage
InternalPageStorage(Application application, PageStorageSettings pageStorageSettings)
-
-
Method Detail
-
getPagesDirectory
File getPagesDirectory()
Provides directory which store all pages
-
-
-
-