com.representqueens.spark
Class Encoder
java.lang.Object
com.representqueens.spark.Encoder
public class Encoder
- extends Object
Encodes Image data as Strings, using code from David Flanagan's
website (http://www.davidflanagan.com/).
- Version:
- $Revision: 1.2 $ $Date: 2006/07/17 20:22:40 $
- Author:
- David Flanagan, Larry Ogrodnek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Encoder
public Encoder()
encode
public static String encode(BufferedImage bi,
Encoder.Format format)
throws IOException
- Throws:
IOException