Class SaveBarcodeTakenPictureUseCase
-
- All Implemented Interfaces:
public final class SaveBarcodeTakenPictureUseCase
Saves taken camera pictures in the files repository
-
-
Constructor Summary
Constructors Constructor Description SaveBarcodeTakenPictureUseCase(BarcodeFileStorage barcodeFileStorage, ImageFileIOProcessor imageFileIOProcessor)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class><String>
saveTakenPicture(ByteArray image, Integer imageOrientation)
Stores taken picture in BarcodeFileStorage throws IOException and Exception that need to be handled with catch {} in flow api -
-
Constructor Detail
-
SaveBarcodeTakenPictureUseCase
SaveBarcodeTakenPictureUseCase(BarcodeFileStorage barcodeFileStorage, ImageFileIOProcessor imageFileIOProcessor)
-
-
Method Detail
-
saveTakenPicture
final <Error class: unknown class><String> saveTakenPicture(ByteArray image, Integer imageOrientation)
Stores taken picture in BarcodeFileStorage throws IOException and Exception that need to be handled with catch {} in flow api
-
-
-
-