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 java.awt.image.BufferedImage
decode(java.io.ByteArrayInputStream stream)
-
-
-
Method Detail
-
decode
java.awt.image.BufferedImage decode(java.io.ByteArrayInputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-