Class Image2ByteSaver
- java.lang.Object
-
- science.aist.imaging.core.storage.Image2ByteSaver
-
- All Implemented Interfaces:
BiConsumer<ImageWrapper<short[][][]>,String>
public class Image2ByteSaver extends Object implements BiConsumer<ImageWrapper<short[][][]>,String>
Class for saving 2 byte images
- Since:
- 1.0
- Author:
- Christoph Praschl
-
-
Constructor Summary
Constructors Constructor Description Image2ByteSaver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ImageWrapper<short[][][]> image, String fileName)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(ImageWrapper<short[][][]> image, String fileName)
- Specified by:
accept
in interfaceBiConsumer<ImageWrapper<short[][][]>,String>
-
-