public class CdfList
extends java.lang.Object
main method.
The output format is somewhat reminiscent of the cdfdump
command in the CDF distribution.| Constructor and Description |
|---|
CdfList(CdfContent cdf,
java.io.PrintStream out,
boolean writeData)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main method.
|
void |
run()
Does the work, writing output.
|
static int |
runMain(java.lang.String[] args)
Does the work for the command line tool, handling arguments.
|
public CdfList(CdfContent cdf, java.io.PrintStream out, boolean writeData)
cdf - CDF contentout - output stream for listingwriteData - true if data values as well as metadata are to
be writtenpublic void run()
throws java.io.IOException
java.io.IOExceptionpublic static int runMain(java.lang.String[] args)
throws java.io.IOException
args - command-line argumentsjava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException