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 classFileStorageSettings.BuilderBuilds an instance of FileStorageSettings
-
Field Summary
Fields Modifier and Type Field Description private final BooleanencryptionEnabledprivate final FileIOProcessorcustomFileIOProcessor
-
Method Summary
Modifier and Type Method Description final BooleangetEncryptionEnabled()final FileIOProcessorgetCustomFileIOProcessor()-
-
Method Detail
-
getEncryptionEnabled
final Boolean getEncryptionEnabled()
-
getCustomFileIOProcessor
final FileIOProcessor getCustomFileIOProcessor()
-
-
-
-