Interface ScreeningOpenbisServiceFacade.IImageOutputStreamProvider
-
- Enclosing class:
- ScreeningOpenbisServiceFacade
public static interface ScreeningOpenbisServiceFacade.IImageOutputStreamProviderAn interface to provide mapping between image references and output streams where the images should be saved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.OutputStreamgetOutputStream(PlateImageReference imageReference)
-
-
-
Method Detail
-
getOutputStream
java.io.OutputStream getOutputStream(PlateImageReference imageReference) throws java.io.IOException
- Returns:
- output stream where the image for the specified reference should be saved.
- Throws:
java.io.IOException- when creating the output stream fails
-
-