Class Nc4wrapper

  • All Implemented Interfaces:
    com.sun.jna.Library, Nc4prototypes

    @Deprecated
    public class Nc4wrapper
    extends Object
    implements Nc4prototypes
    Deprecated.
    do not use directly.
    JNA access to Netcdf-4 C Library, using JNI to shared C library. Just the functions actually used. I suspect that this whole construct: public synchronized String {function}() { ce(); String ret = nc4.{function}(); cx(); return ret; } can be significantly simplified in Java 9.
    Since:
    June 11, 2018