Package com.avpkit.ferry
Class Ferry
- java.lang.Object
-
- com.avpkit.ferry.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 voidinit()Internal Only.static voidload()call this to force a load of all native components.static intrelease(long cptr)Internal Only.
-
-
-
Constructor Detail
-
Ferry
public Ferry()
-
-
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.
-
-