Package io.scanbot.sdk.persistence
Class FileStorageSettings
-
- All Implemented Interfaces:
public final class FileStorageSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileStorageSettings.Builder
Builds an instance of FileStorageSettings
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
encryptionEnabled
private final FileIOProcessor
customFileIOProcessor
-
Method Summary
Modifier and Type Method Description final Boolean
getEncryptionEnabled()
final FileIOProcessor
getCustomFileIOProcessor()
-
-
Method Detail
-
getEncryptionEnabled
final Boolean getEncryptionEnabled()
-
getCustomFileIOProcessor
final FileIOProcessor getCustomFileIOProcessor()
-
-
-
-