Interface ImageEncoder
-
- All Known Implementing Classes:
DefaultEncoder
public interface ImageEncoder
Image Encoder Interface use this interface if you want to change the default encoder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArrayOutputStream
encode(BufferedImage bufferedImage)
-
-
-
Method Detail
-
encode
ByteArrayOutputStream encode(BufferedImage bufferedImage)
-
-