public class CmdLnEncoder extends Object
| Constructor and Description |
|---|
CmdLnEncoder(String[] argv)
Instantiates a command line encoder object, with the 'argv' command
line arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] argv)
The starting point of the program.
|
public CmdLnEncoder(String[] argv)
IllegalArgumentException - If 'argv' is emptyEncoder.getExitCode()public static void main(String[] argv)
argv - The command line argumentsCopyright © 2019 UCAR/Unidata. All rights reserved.