summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-16 21:47:32 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-16 21:47:32 (GMT)
commit12bddf5589a181d0b45b181d784de8dc8b73220b (patch)
tree38b867f1250eff75419b48052660250a6d72f04b /doc
parent815e70db63e4ce33794d57b0ff85a16d9b5d5a4d (diff)
downloadhdf5-12bddf5589a181d0b45b181d784de8dc8b73220b.zip
hdf5-12bddf5589a181d0b45b181d784de8dc8b73220b.tar.gz
hdf5-12bddf5589a181d0b45b181d784de8dc8b73220b.tar.bz2
[svn-r2957] Purpose:
Feature Addition Description: Described the new variable length dumping that the h5dumper does in the documentation. Platforms tested: w3m
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tools.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 55145e2..af77b66 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -83,6 +83,7 @@ These tools enable the user to examine HDF5 files interactively.
[-d </code><em>names</em><code>]
[-g </code><em>names</em><code>]
[-l </code><em>names</em><code>]
+ [-o </code><em>fname</em><code>]
[-t </code><em>names</em><code>]
[-w </code><em>number</em><code>]</code>
@@ -155,6 +156,8 @@ These tools enable the user to examine HDF5 files interactively.
<dd>Displays the specified named data type(s).
<dt><code>-w</code> <em>number</em>
<dd>Displays the information with the specified number of columns.
+ <dt><code>-o</code> <em>filename</em>
+ <dd>Output the raw data of datasets to a separate file <code>filename</code>.
<dt><em>file</em>
<dd>The file to be examined.
</dl>
@@ -219,6 +222,10 @@ These tools enable the user to examine HDF5 files interactively.
<dt>- object references
<dt>- data regions
<li>enum type
+ <li>variable length datatypes
+ <dt>- atomic types only
+ <dt>- scalar or single dimensional array of variable length
+ types supported
</ul>
<li>Data space
<ul>