Interface ImageDecoder
-
- All Known Implementing Classes:
DefaultDecoder
public interface ImageDecoder
Image Decoder Interface use this interface if you want to change the default decoder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferedImage
decode(ByteArrayInputStream stream)
-
-
-
Method Detail
-
decode
BufferedImage decode(ByteArrayInputStream stream) throws IOException
- Throws:
IOException
-
-