Package ucar.nc2.iosp.hdf5
Class H5diag
- java.lang.Object
-
- ucar.nc2.iosp.hdf5.H5diag
-
public class H5diag extends Object
HDF5 diagnostic helper- Since:
- 6/25/12
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
countStorageSize(H5header.Vinfo vinfo, ucar.nc2.iosp.hdf5.H5diag.Size size, Formatter f)
void
deflate(Formatter f, DataBTree btree)
void
deflate(Formatter f, Variable v)
void
showCompress(Formatter f)
void
showCompress(Variable v, H5header.Vinfo vinfo, ucar.nc2.iosp.hdf5.H5diag.Size total, Formatter f)
-
-
-
Constructor Detail
-
H5diag
public H5diag(H5iosp iosp)
-
-
Method Detail
-
showCompress
public void showCompress(Formatter f) throws IOException
- Throws:
IOException
-
showCompress
public void showCompress(Variable v, H5header.Vinfo vinfo, ucar.nc2.iosp.hdf5.H5diag.Size total, Formatter f) throws IOException
- Throws:
IOException
-
countStorageSize
public long[] countStorageSize(H5header.Vinfo vinfo, ucar.nc2.iosp.hdf5.H5diag.Size size, Formatter f) throws IOException
- Throws:
IOException
-
deflate
public void deflate(Formatter f, DataBTree btree) throws IOException
- Throws:
IOException
-
-