com.apitrary.orm.codec.image
Class ImageJPGCodec

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

public class ImageJPGCodec
extends Codec<Image>

ImageJPGCodec class.

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

Constructor Summary
ImageJPGCodec()
           
 
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

ImageJPGCodec

public ImageJPGCodec()
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.