Class DefaultDecoder
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.mediaimpl.sshare.api.DefaultDecoder
-
- All Implemented Interfaces:
ImageDecoder
public class DefaultDecoder extends Object implements ImageDecoder
Implements a default PNG decoder.
-
-
Constructor Summary
Constructors Constructor Description DefaultDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImage
decode(ByteArrayInputStream stream)
-
-
-
Constructor Detail
-
DefaultDecoder
public DefaultDecoder()
-
-
Method Detail
-
decode
public BufferedImage decode(ByteArrayInputStream stream) throws IOException
- Specified by:
decode
in interfaceImageDecoder
- Throws:
IOException
-
-