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.core;
010
011/**
012 * Internal Only.
013 * 
014 * @see com.avpkit.core.Converter
015 */
016
017public class AVPKit implements AVPKitConstants {
018
019  static {
020    // Force the JNI library to load
021    AVPKitJNI.noop();
022  }
023
024  /**
025   * Method to force loading of all native methods in the library.
026   */
027  public static void load() {}
028  /**
029   * 
030   * A simple test of core, this program takes an input
031   * file, and outputs it as an output file.
032   * 
033   * @param args The command line args passed to this program.
034   */
035  public static void main(String[] args)
036  {
037    System.out.println("WARNING: The Converter main class has moved to: com.avpkit.core.Converter");
038  }
039  /**
040   * Internal Only.  Do not use.
041   */
042  public native static void init();
043
044
045}