ar.com.hjg.pngj.test
Class TestDeflater

java.lang.Object
  extended by ar.com.hjg.pngj.test.TestDeflater

public class TestDeflater
extends Object


Constructor Summary
TestDeflater()
           
 
Method Summary
static void main(String[] args)
           
static int test(String filename, int complevel, int deflaterStrat)
           
static int test2(String filename, int complevel, int deflaterStrat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDeflater

public TestDeflater()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

test

public static int test(String filename,
                       int complevel,
                       int deflaterStrat)
                throws Exception
Throws:
Exception

test2

public static int test2(String filename,
                        int complevel,
                        int deflaterStrat)
                 throws Exception
Throws:
Exception