001/* ---------------------------------------------------------------------------- 002 * This file was automatically generated by SWIG (http://www.swig.org). 003 * Version 4.0.2 004 * 005 * Do not make changes to this file unless you know what you are doing--modify 006 * the SWIG interface file instead. 007 * ----------------------------------------------------------------------------- */ 008 009package com.avpkit.ferry; 010 011/** 012 * Internal Only. 013 * <p> 014 * I meant that. 015 * </p> 016 * <p> 017 * Really. There's nothing here. 018 * </p> 019 */ 020 021public class Ferry { 022 023 024 static { 025 FerryJNI.noop(); 026 } 027 028 /** call this to force a load of all native components. 029 * This is NOT normally required but can be useful in 030 * some circulstances. 031 */ 032 public static void load() 033 { 034 035 } 036 /** 037 * Internal Only. Do not use. 038 */ 039 public native static void init(); 040 041 /** 042 * Internal Only. Do not use. 043 * 044 */ 045 public final static int release(long cptr) 046 { 047 return FerryJNI.RefCounted_release(cptr, (RefCounted)null); 048 } 049 050 051}