|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jj2000.j2k.decoder.CmdLnDecoder
This class runs the JJ2000 decoder from the command line interface. It parses command-line arguments in order to fill a ParameterList object. Then this one is provided to a Decoder object.
| Field Summary | |
private Decoder |
dec
The current Decoder object |
private ParameterList |
defpl
The default parameter list (with modules arguments) |
private ParameterList |
pl
The parameter list (with modules arguments) |
| Constructor Summary | |
CmdLnDecoder(java.lang.String[] argv)
Instantiates a command line decoder object, width the 'argv' command line arguments. |
|
| 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 |
| Field Detail |
private ParameterList pl
private ParameterList defpl
private Decoder dec
| Constructor Detail |
public CmdLnDecoder(java.lang.String[] argv)
java.lang.IllegalArgumentException - If 'argv' is emptyDecoder.getExitCode()| Method Detail |
public static void main(java.lang.String[] argv)
argv - The command line parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||