Class JJ2KEncoder

java.lang.Object
  |
  +--JJ2KEncoder

public class JJ2KEncoder
extends java.lang.Object

This class is a wrapper for the CmdLnEncoder class in the jj2000.j2k.encoder package. It is used to avoid having to list the whole package hierarchy in the java virtual machine command line.


Constructor Summary
JJ2KEncoder()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The starting point of the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JJ2KEncoder

public JJ2KEncoder()
Method Detail

main

public static void main(java.lang.String[] argv)
The starting point of the program. It forwards the call to the CmdLnEncoder class.

Parameters:
argv - The command line arguments.