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