-
- All Implemented Interfaces:
-
io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor,io.scanbot.sdk.persistence.fileio.ImageFileIOProcessor
public interface FileIOProcessor implements BaseFileIOProcessor, ImageFileIOProcessor
Represents file IO operations
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetUseEncryption()-
Methods inherited from class io.scanbot.sdk.persistence.fileio.FileIOProcessor
copyRaw, openFileInputStream, openFileOutputStream, read, readImage, readImage, write, writeImage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUseEncryption
abstract Boolean getUseEncryption()
-
-
-
-