Class Ferry


  • public class Ferry
    extends java.lang.Object
    Internal Only.

    I meant that.

    Really. There's nothing here.

    • Constructor Summary

      Constructors 
      Constructor Description
      Ferry()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init()
      Internal Only.
      static void load()
      call this to force a load of all native components.
      static int release​(long cptr)
      Internal Only.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • load

        public static void load()
        call this to force a load of all native components. This is NOT normally required but can be useful in some circulstances.
      • init

        public static void init()
        Internal Only. Do not use.
      • release

        public static final int release​(long cptr)
        Internal Only. Do not use.