Package com.nt.udc.general
Class NARViewer
java.lang.Object
com.nt.udc.general.NARViewer
This class can be used to view binary NAR files, such as those
produced by a NAR file manager. Typically, one would find these
files in the "output" directory of a node.
Invoke with:
java com.nt.udc.general.NARViewer -help
for usage info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNAR[]
getNARFromFile
(String NARFileToRead) static void
void
writeCount
(NAR[] nars, OutputStream os, JTextArea edit) void
writeValue
(NAR[] nars, OutputStream os, JTextArea edit, boolean includeNames, String dataDictionaryFile)
-
Constructor Details
-
NARViewer
public NARViewer() -
NARViewer
Default constructor.- Parameters:
args
- Command line arguments
-
-
Method Details
-
main
-
getNARFromFile
-
writeValue
public void writeValue(NAR[] nars, OutputStream os, JTextArea edit, boolean includeNames, String dataDictionaryFile) throws IOException - Throws:
IOException
-
writeCount
- Throws:
IOException
-