ucar.jpeg
Class jj2kGrib2

java.lang.Object
  extended by ucar.jpeg.jj2kGrib2

public class jj2kGrib2
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
jj2kGrib2()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The starting point of the program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jj2kGrib2

public jj2kGrib2()
Method Detail

main

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

Parameters:
argv - The command line arguments.
Throws:
java.io.IOException