railo.runtime.img
Class LZWEncoder

java.lang.Object
  extended by railo.runtime.img.LZWEncoder

public class LZWEncoder
extends Object


Constructor Summary
LZWEncoder(int width, int height, byte[] pixels, int color_depth)
           
 
Method Summary
 void encode(OutputStream os)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LZWEncoder

public LZWEncoder(int width,
                  int height,
                  byte[] pixels,
                  int color_depth)
Method Detail

encode

public void encode(OutputStream os)
            throws IOException
Throws:
IOException


Copyright © 2012 Railo