public class Hdf5DataTable.VarBean extends Object
| Constructor and Description |
|---|
Hdf5DataTable.VarBean() |
Hdf5DataTable.VarBean(Variable v) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChunks() |
int |
getChunkSize() |
String |
getCompression() |
String |
getDataType() |
String |
getDims() |
String |
getName() |
long |
getNchunks() |
long |
getNelems() |
float |
getRatio() |
long |
getSizeBytes() |
long |
getStorage() |
boolean |
isChunk() |
boolean |
isUseFill() |
public Hdf5DataTable.VarBean()
public Hdf5DataTable.VarBean(Variable v)
public String getName()
public boolean isUseFill()
public boolean isChunk()
public String getDims()
public String getChunks()
public int getChunkSize()
public long getNelems()
public long getSizeBytes()
public long getNchunks()
public long getStorage()
public float getRatio()
public String getDataType()
public String getCompression()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.