Class JJ2KDecoder

java.lang.Object
  |
  +--JJ2KDecoder

public class JJ2KDecoder
extends java.lang.Object

This class is a wrapper for the CmdLnDecoder class in the jj2000.j2k.decoder package. It avoids having to list the whole package hierarchy in the java virtual machine command line (i.e. jj2000.j2k.decoder.Decoder).


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

JJ2KDecoder

public JJ2KDecoder()
Method Detail

main

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

Parameters:
argv - The command line arguments.