Class HDFLib

java.lang.Object
noaa.coastwatch.io.HDFLib

public class HDFLib extends Object
The HDFLib object provides a singleton interface for accessing a thread-safe version of the HDF 4 library. All methods should use this interface for performing HDF 4 library operations.
Since:
3.3.1
Author:
Peter Hollemans
  • Method Details

    • getInstance

      public static HDFLib getInstance()
      Gets the singleton instance of this class.
      Returns:
      the singeton instance.
    • HEprint

      public void HEprint(Object arg0, int arg1) throws hdf.hdflib.HDFException
      These are the HDF 4 library method signatures that have been autogenerated using reflection by the main program below. Each method wraps an HDF 4 library call with a synchronized modifier so that any class using the singleton object is guaranteed to have thread-safe access to the library.
      Throws:
      hdf.hdflib.HDFException
    • SDgetcompinfo

      public boolean SDgetcompinfo(int arg0, hdf.hdflib.HDFCompInfo arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • loadH4Lib

      public void loadH4Lib()
    • DFPnpals

      public int DFPnpals(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRstart

      public int GRstart(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRend

      public boolean GRend(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANcreate

      public int ANcreate(int arg0, short arg1, short arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANannlen

      public int ANannlen(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANnumann

      public int ANnumann(int arg0, int arg1, short arg2, short arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANselect

      public int ANselect(int arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hishdf

      public boolean Hishdf(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANend

      public boolean ANend(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hsync

      public boolean Hsync(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANstart

      public int ANstart(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hcache

      public boolean Hcache(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hnumber

      public int Hnumber(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hnumber

      public int Hnumber(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hclose

      public boolean Hclose(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hopen

      public int Hopen(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hopen

      public int Hopen(String arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hopen

      public int Hopen(String arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HDdont_atexit

      public int HDdont_atexit() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFKNTsize

      public int DFKNTsize(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HDgetNTdesc

      public String HDgetNTdesc(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hgetfileversion

      public boolean Hgetfileversion(int arg0, int[] arg1, String[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hgetlibversion

      public boolean Hgetlibversion(int[] arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Hsetaccesstype

      public boolean Hsetaccesstype(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANendaccess

      public boolean ANendaccess(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANfileinfo

      public boolean ANfileinfo(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANatype2tag

      public short ANatype2tag(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANtag2atype

      public int ANtag2atype(short arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANannlist

      public int ANannlist(int arg0, int arg1, int arg2, int arg3, int[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANreadann

      public boolean ANreadann(int arg0, String[] arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANcreatef

      public int ANcreatef(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANget_tagref

      public int ANget_tagref(int arg0, int arg1, int arg2, short[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANid2tagref

      public boolean ANid2tagref(int arg0, short[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANtagref2id

      public int ANtagref2id(int arg0, short arg1, short arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • ANwriteann

      public boolean ANwriteann(int arg0, String arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPaddpal

      public boolean DFPaddpal(String arg0, byte[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPgetpal

      public boolean DFPgetpal(String arg0, byte[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPlastref

      public short DFPlastref() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPputpal

      public boolean DFPputpal(String arg0, byte[] arg1, boolean arg2, String arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPputpal

      public boolean DFPputpal(String arg0, byte[] arg1, int arg2, String arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPreadref

      public boolean DFPreadref(String arg0, short arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPrestart

      public short DFPrestart() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFPwriteref

      public boolean DFPwriteref(String arg0, short arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRfileinfo

      public boolean GRfileinfo(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetchunkinfo

      public boolean GRgetchunkinfo(int arg0, hdf.hdflib.HDFChunkInfo arg1, int[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRselect

      public int GRselect(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRnametoindex

      public int GRnametoindex(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetiminfo

      public boolean GRgetiminfo(int arg0, String[] arg1, int[] arg2, int[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreadimage

      public boolean GRreadimage(int arg0, int[] arg1, int[] arg2, int[] arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreadimage

      public boolean GRreadimage(int arg0, int[] arg1, int[] arg2, int[] arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRendaccess

      public boolean GRendaccess(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRidtoref

      public short GRidtoref(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreftoindex

      public int GRreftoindex(int arg0, short arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreqlutil

      public boolean GRreqlutil(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreqimageil

      public boolean GRreqimageil(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetlutid

      public int GRgetlutid(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetnluts

      public int GRgetnluts(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetlutinfo

      public boolean GRgetlutinfo(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreadlut

      public boolean GRreadlut(int arg0, Object arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreadlut

      public boolean GRreadlut(int arg0, byte[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRattrinfo

      public boolean GRattrinfo(int arg0, int arg1, String[] arg2, int[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetattr

      public boolean GRgetattr(int arg0, int arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetattr

      public boolean GRgetattr(int arg0, int arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRfindattr

      public int GRfindattr(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRcreate

      public int GRcreate(int arg0, String arg1, int arg2, int arg3, int arg4, int[] arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRluttoref

      public short GRluttoref(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetattr

      public boolean GRsetattr(int arg0, String arg1, int arg2, int arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetattr

      public boolean GRsetattr(int arg0, String arg1, int arg2, int arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetattr

      public boolean GRsetattr(int arg0, String arg1, int arg2, int arg3, String arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetchunk

      public boolean GRsetchunk(int arg0, hdf.hdflib.HDFChunkInfo arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetchunkcache

      public int GRsetchunkcache(int arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetcompress

      public boolean GRsetcompress(int arg0, int arg1, hdf.hdflib.HDFCompInfo arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRgetcompress

      public boolean GRgetcompress(int arg0, hdf.hdflib.HDFCompInfo arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRsetexternalfile

      public boolean GRsetexternalfile(int arg0, String arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRwriteimage

      public boolean GRwriteimage(int arg0, int[] arg1, int[] arg2, int[] arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRwriteimage

      public boolean GRwriteimage(int arg0, int[] arg1, int[] arg2, int[] arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRwritelut

      public boolean GRwritelut(int arg0, int arg1, int arg2, int arg3, int arg4, byte[] arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRwritelut

      public boolean GRwritelut(int arg0, int arg1, int arg2, int arg3, int arg4, Object arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreadchunk

      public boolean GRreadchunk(int arg0, int[] arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • GRreadchunk

      public boolean GRreadchunk(int arg0, int[] arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HDFclose

      public boolean HDFclose(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HDFopen

      public int HDFopen(String arg0, int arg1, short arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HEvalue

      public short HEvalue(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HEstring

      public String HEstring(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HXsetcreatedir

      public boolean HXsetcreatedir(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HXsetdir

      public boolean HXsetdir(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDstart

      public int SDstart(String arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDend

      public boolean SDend(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDfileinfo

      public boolean SDfileinfo(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDselect

      public int SDselect(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDnametoindex

      public int SDnametoindex(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetinfo

      public boolean SDgetinfo(int arg0, String[] arg1, int[] arg2, int[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDcheckempty

      public boolean SDcheckempty(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata

      public boolean SDreaddata(int arg0, int[] arg1, int[] arg2, int[] arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata

      public boolean SDreaddata(int arg0, int[] arg1, int[] arg2, int[] arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDendaccess

      public boolean SDendaccess(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetdimid

      public int SDgetdimid(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDdiminfo

      public boolean SDdiminfo(int arg0, String[] arg1, int[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDidtoref

      public int SDidtoref(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreftoindex

      public int SDreftoindex(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDattrinfo

      public boolean SDattrinfo(int arg0, int arg1, String[] arg2, int[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreadattr

      public boolean SDreadattr(int arg0, int arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreadattr

      public boolean SDreadattr(int arg0, int arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDfindattr

      public int SDfindattr(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDiscoordvar

      public boolean SDiscoordvar(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetcal

      public boolean SDgetcal(int arg0, double[] arg1, int[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetdatastrs

      public boolean SDgetdatastrs(int arg0, String[] arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetdimstrs

      public boolean SDgetdimstrs(int arg0, String[] arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetdimscale

      public boolean SDgetdimscale(int arg0, Object arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetdimscale

      public boolean SDgetdimscale(int arg0, byte[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetfillvalue

      public boolean SDgetfillvalue(int arg0, byte[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetfillvalue

      public boolean SDgetfillvalue(int arg0, Object[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetrange

      public boolean SDgetrange(int arg0, byte[] arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetrange

      public boolean SDgetrange(int arg0, double[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDcreate

      public int SDcreate(int arg0, String arg1, int arg2, int arg3, int[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDisrecord

      public boolean SDisrecord(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetattr

      public boolean SDsetattr(int arg0, String arg1, int arg2, int arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetattr

      public boolean SDsetattr(int arg0, String arg1, int arg2, int arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetcal

      public boolean SDsetcal(int arg0, double arg1, double arg2, double arg3, double arg4, int arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetdatastrs

      public boolean SDsetdatastrs(int arg0, String arg1, String arg2, String arg3, String arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetdimname

      public boolean SDsetdimname(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetdimscale

      public boolean SDsetdimscale(int arg0, int arg1, int arg2, Object arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetdimscale

      public boolean SDsetdimscale(int arg0, int arg1, int arg2, byte[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetdimstrs

      public boolean SDsetdimstrs(int arg0, String arg1, String arg2, String arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetexternalfile

      public boolean SDsetexternalfile(int arg0, String arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetfillvalue

      public boolean SDsetfillvalue(int arg0, byte[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetfillvalue

      public boolean SDsetfillvalue(int arg0, Object arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetrange

      public boolean SDsetrange(int arg0, Object arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetrange

      public boolean SDsetrange(int arg0, byte[] arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDwritedata

      public boolean SDwritedata(int arg0, int[] arg1, int[] arg2, int[] arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDwritedata

      public boolean SDwritedata(int arg0, int[] arg1, int[] arg2, int[] arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetnbitdataset

      public boolean SDsetnbitdataset(int arg0, int arg1, int arg2, int arg3, int arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetcompress

      public boolean SDsetcompress(int arg0, int arg1, hdf.hdflib.HDFCompInfo arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetaccesstype

      public boolean SDsetaccesstype(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetblocksize

      public boolean SDsetblocksize(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetfillmode

      public boolean SDsetfillmode(int arg0, boolean arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetfillmode

      public boolean SDsetfillmode(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetdimval_comp

      public boolean SDsetdimval_comp(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDisdimval_bwcomp

      public boolean SDisdimval_bwcomp(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetchunk

      public boolean SDsetchunk(int arg0, hdf.hdflib.HDFChunkInfo arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDgetchunkinfo

      public boolean SDgetchunkinfo(int arg0, hdf.hdflib.HDFChunkInfo arg1, int[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreadchunk

      public boolean SDreadchunk(int arg0, int[] arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreadchunk

      public boolean SDreadchunk(int arg0, int[] arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDsetchunkcache

      public int SDsetchunkcache(int arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDwritechunk

      public boolean SDwritechunk(int arg0, int[] arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDwritechunk

      public boolean SDwritechunk(int arg0, int[] arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VFfieldesize

      public int VFfieldesize(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VFfieldisize

      public int VFfieldisize(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VFfieldname

      public String VFfieldname(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VFfieldorder

      public int VFfieldorder(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VFfieldtype

      public int VFfieldtype(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VFnfields

      public int VFnfields(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VHmakegroup

      public int VHmakegroup(int arg0, int[] arg1, int[] arg2, int arg3, String arg4, String arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VHstoredata

      public int VHstoredata(int arg0, String arg1, Object arg2, int arg3, int arg4, String arg5, String arg6) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VHstoredata

      public int VHstoredata(int arg0, String arg1, byte[] arg2, int arg3, int arg4, String arg5, String arg6) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VHstoredatam

      public int VHstoredatam(int arg0, String arg1, Object arg2, int arg3, int arg4, String arg5, String arg6, int arg7) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VHstoredatam

      public int VHstoredatam(int arg0, String arg1, byte[] arg2, int arg3, int arg4, String arg5, String arg6, int arg7) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VQueryref

      public int VQueryref(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VQuerytag

      public int VQuerytag(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQuerycount

      public boolean VSQuerycount(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQueryfields

      public boolean VSQueryfields(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQueryinterlace

      public boolean VSQueryinterlace(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQueryname

      public boolean VSQueryname(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQueryref

      public int VSQueryref(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQuerytag

      public int VSQuerytag(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSQueryvsize

      public boolean VSQueryvsize(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSattach

      public int VSattach(int arg0, int arg1, String arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSdetach

      public void VSdetach(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetid

      public int VSgetid(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetclass

      public void VSgetclass(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetname

      public void VSgetname(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSelts

      public int VSelts(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfdefine

      public boolean VSfdefine(int arg0, String arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfexist

      public boolean VSfexist(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfind

      public int VSfind(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetblocksize

      public int VSsetblocksize(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetnumblocks

      public int VSsetnumblocks(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetfields

      public int VSgetfields(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetinterlace

      public int VSgetinterlace(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSinquire

      public boolean VSinquire(int arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSinquire

      public boolean VSinquire(int arg0, int[] arg1, String[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSlone

      public int VSlone(int arg0, int[] arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSread

      public int VSread(int arg0, byte[] arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSread

      public int VSread(int arg0, Object arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSseek

      public int VSseek(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetfields

      public boolean VSsetfields(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetinterlace

      public boolean VSsetinterlace(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsizeof

      public int VSsizeof(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSappendable

      public boolean VSappendable(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfindclass

      public int VSfindclass(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetversion

      public int VSgetversion(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetclass

      public void VSsetclass(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetexternalfile

      public boolean VSsetexternalfile(int arg0, String arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetname

      public void VSsetname(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSwrite

      public int VSwrite(int arg0, Object arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSwrite

      public int VSwrite(int arg0, byte[] arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vstart

      public boolean Vstart(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vattach

      public int Vattach(int arg0, int arg1, String arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vdetach

      public void Vdetach(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vend

      public void Vend(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetid

      public int Vgetid(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetclass

      public void Vgetclass(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetname

      public void Vgetname(int arg0, String[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Visvg

      public boolean Visvg(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Visvs

      public boolean Visvs(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgettagrefs

      public int Vgettagrefs(int arg0, int[] arg1, int[] arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgettagref

      public boolean Vgettagref(int arg0, int arg1, int[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vntagrefs

      public int Vntagrefs(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vinqtagref

      public boolean Vinqtagref(int arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vlone

      public int Vlone(int arg0, int[] arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vaddtagref

      public int Vaddtagref(int arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vdeletetagref

      public int Vdeletetagref(int arg0, int arg1, int arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vfind

      public int Vfind(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vfindclass

      public int Vfindclass(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vflocate

      public int Vflocate(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetnext

      public int Vgetnext(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vinquire

      public boolean Vinquire(int arg0, int[] arg1, String[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vinsert

      public int Vinsert(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vnrefs

      public int Vnrefs(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vsetclass

      public boolean Vsetclass(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vsetname

      public boolean Vsetname(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vattrinfo

      public boolean Vattrinfo(int arg0, int arg1, String[] arg2, int[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vfindattr

      public int Vfindattr(int arg0, String arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetattr

      public boolean Vgetattr(int arg0, int arg1, Object arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetattr

      public boolean Vgetattr(int arg0, int arg1, byte[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vgetversion

      public int Vgetversion(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vnattrs

      public int Vnattrs(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vsetattr

      public boolean Vsetattr(int arg0, String arg1, int arg2, int arg3, String arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vsetattr

      public boolean Vsetattr(int arg0, String arg1, int arg2, int arg3, Object arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • Vsetattr

      public boolean Vsetattr(int arg0, String arg1, int arg2, int arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSattrinfo

      public boolean VSattrinfo(int arg0, int arg1, int arg2, String[] arg3, int[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfindex

      public int VSfindex(int arg0, String arg1, int[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfindattr

      public int VSfindattr(int arg0, int arg1, String arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSfnattrs

      public int VSfnattrs(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetattr

      public boolean VSgetattr(int arg0, int arg1, int arg2, byte[] arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSgetattr

      public boolean VSgetattr(int arg0, int arg1, int arg2, Object arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSisattr

      public boolean VSisattr(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSnattrs

      public int VSnattrs(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetattr

      public boolean VSsetattr(int arg0, int arg1, String arg2, int arg3, int arg4, Object arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetattr

      public boolean VSsetattr(int arg0, int arg1, String arg2, int arg3, int arg4, byte[] arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • VSsetattr

      public boolean VSsetattr(int arg0, int arg1, String arg2, int arg3, int arg4, String arg5) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24getdims

      public boolean DF24getdims(String arg0, int[] arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24reqil

      public boolean DF24reqil(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24getimage

      public boolean DF24getimage(String arg0, Object arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24getimage

      public boolean DF24getimage(String arg0, byte[] arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24lastref

      public short DF24lastref() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24restart

      public boolean DF24restart() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24readref

      public boolean DF24readref(String arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24nimages

      public int DF24nimages(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24addimage

      public boolean DF24addimage(String arg0, Object arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24addimage

      public boolean DF24addimage(String arg0, byte[] arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24putimage

      public boolean DF24putimage(String arg0, byte[] arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24putimage

      public boolean DF24putimage(String arg0, Object arg1, int arg2, int arg3) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24setcompress

      public boolean DF24setcompress(int arg0, hdf.hdflib.HDFCompInfo arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24setdims

      public boolean DF24setdims(int arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DF24setil

      public boolean DF24setil(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8getdims

      public boolean DFR8getdims(String arg0, int[] arg1, boolean[] arg2) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8getimage

      public boolean DFR8getimage(String arg0, Object arg1, int arg2, int arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8getimage

      public boolean DFR8getimage(String arg0, byte[] arg1, int arg2, int arg3, byte[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8lastref

      public short DFR8lastref() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8restart

      public boolean DFR8restart() throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8readref

      public boolean DFR8readref(String arg0, int arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8nimages

      public int DFR8nimages(String arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8addimage

      public boolean DFR8addimage(String arg0, Object arg1, int arg2, int arg3, short arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8addimage

      public boolean DFR8addimage(String arg0, byte[] arg1, int arg2, int arg3, short arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8putimage

      public boolean DFR8putimage(String arg0, byte[] arg1, int arg2, int arg3, short arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8putimage

      public boolean DFR8putimage(String arg0, Object arg1, int arg2, int arg3, short arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8setcompress

      public boolean DFR8setcompress(int arg0, hdf.hdflib.HDFCompInfo arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8getpalref

      public boolean DFR8getpalref(short[] arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8setpalette

      public boolean DFR8setpalette(byte[] arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • DFR8writeref

      public boolean DFR8writeref(String arg0, short arg1) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata_short

      public boolean SDreaddata_short(int arg0, int[] arg1, int[] arg2, int[] arg3, short[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata_int

      public boolean SDreaddata_int(int arg0, int[] arg1, int[] arg2, int[] arg3, int[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata_long

      public boolean SDreaddata_long(int arg0, int[] arg1, int[] arg2, int[] arg3, long[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata_float

      public boolean SDreaddata_float(int arg0, int[] arg1, int[] arg2, int[] arg3, float[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • SDreaddata_double

      public boolean SDreaddata_double(int arg0, int[] arg1, int[] arg2, int[] arg3, double[] arg4) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • HCget_config_info

      public int HCget_config_info(int arg0) throws hdf.hdflib.HDFException
      Throws:
      hdf.hdflib.HDFException
    • main

      public static void main(String[] argv)
      Performs the main method to generate HDF library method signatures.
      Parameters:
      argv - the program arguments.