|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.decoder.CmdLnDecoder
This class run the JJ2000's decoder from the command line interface. It parses command-line arguments to fill a ParameterList object which will be provided to an Decoder object.
Field Summary | |
private Decoder |
dec
The current Decoder object |
private ParameterList |
defpl
The default parameter list (arguments) |
private ParameterList |
pl
The parameter list (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 |
|
Field Detail |
private ParameterList pl
private ParameterList defpl
private Decoder dec
Constructor Detail |
public CmdLnDecoder(java.lang.String[] argv)
Decoder.getExitCode()
Method Detail |
public static void main(java.lang.String[] argv)
argv
- The command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |