com.apitrary.orm.codec.image
Class ImagePNGCodec

java.lang.Object
  extended by com.apitrary.orm.core.codec.Codec<Image>
      extended by com.apitrary.orm.codec.image.ImagePNGCodec

public class ImagePNGCodec
extends Codec<Image>

ImagePNGCodec class.

Since:
0.1.1
Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
ImagePNGCodec()
           
 
Method Summary
 Image decode(String value)
          
 String encode(Image image)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagePNGCodec

public ImagePNGCodec()
Method Detail

decode

public Image decode(String value)

Specified by:
decode in class Codec<Image>

encode

public String encode(Image image)

Specified by:
encode in class Codec<Image>


Copyright © 2013. All Rights Reserved.