Package ucar.nc2.internal.iosp.hdf5
Class H5headerNew.Vinfo
- java.lang.Object
-
- ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
-
- Enclosing class:
- H5headerNew
public class H5headerNew.Vinfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
countStorageSize(Formatter f)
String
extraInfo()
DataBTree
getBtree()
int[]
getChunking()
String
getCompression()
boolean
isChunked()
String
toString()
boolean
useFillValue()
-
-
-
Method Detail
-
getBtree
public DataBTree getBtree()
-
getCompression
public String getCompression()
-
getChunking
public int[] getChunking()
-
isChunked
public boolean isChunked()
-
useFillValue
public boolean useFillValue()
-
countStorageSize
public long[] countStorageSize(Formatter f) throws IOException
- Throws:
IOException
-
extraInfo
public String extraInfo()
-
-