Class SaveBarcodePreviewFrameUseCase
-
- All Implemented Interfaces:
public final class SaveBarcodePreviewFrameUseCase
Saves preview frames in the files repository
-
-
Constructor Summary
Constructors Constructor Description SaveBarcodePreviewFrameUseCase(BarcodeFileStorage barcodeFileStorage, ImageFileIOProcessor imageFileIOProcessor)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class><String>
savePreviewFrame(Bitmap previewFrame)
Stores the preview frame in BarcodeFileStorage throws IOException that need to be handled with catch {} in flow api -
-
Constructor Detail
-
SaveBarcodePreviewFrameUseCase
SaveBarcodePreviewFrameUseCase(BarcodeFileStorage barcodeFileStorage, ImageFileIOProcessor imageFileIOProcessor)
-
-
Method Detail
-
savePreviewFrame
final <Error class: unknown class><String> savePreviewFrame(Bitmap previewFrame)
Stores the preview frame in BarcodeFileStorage throws IOException that need to be handled with catch {} in flow api
-
-
-
-