public class CDFNativeLibrary extends java.lang.Object implements CDFDelegate
Constructor and Description |
---|
CDFNativeLibrary() |
public void cdflib(CDF theCDF, CDFObject cdfObject, java.util.Vector cmds) throws CDFException
End users should never call this method from their applications.
cdflib
in interface CDFDelegate
theCDF
- the CDF being dealt with cdfObject
- the calling program/object (e.g. Variable.java,
Attribute.java, etc.) cmds
- a vector that contains the CDFlib commands to be executed CDFException
- if a problem occurs while executing the
requested CDFlib commands in cdfNativeLibrary.c.